Color Hex Logo

#826552 Color Hex

#826552
(130,101,82)
0 Favorites   0 Comments

Color spaces of #826552

RGB 13010182
HSL0.070.230.42
HSV24°37°51°
CMYK 0.000.220.37   0.49
XYZ15.382614.662410.0020
Yxy14.66240.38410.3661
Hunter Lab38.29154.697511.3171
CIE-Lab45.16838.823015.2212

#826552 color RGB value is (130,101,82).

#826552 hex color red value is 130, green value is 101 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #826552 hue: 0.07 , saturation: 0.23 and the lightness value of 826552 is 0.42.

The process color (four color CMYK) of #826552 color hex is 0.00, 0.22, 0.37, 0.49. Web safe color of #826552 is #996666. Color #826552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100101 01010010
Octal 202 145 122
Decimal 130 101 82
Hex 82 65 52

RGB Percentages of Color #826552

%41.53
%32.27
%26.20

CMYK Percentages of Color #826552

%0
%22
%37
%49

Triadic Colors of #826552

#826552 #528265 #655282

Analogous Colors of #826552

#826552 #827d52 #825257

Monochromatic Colors of #826552

#826552

Complementary Color

#826552 #526f82

#826552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826552 Color CSS Codes

.mybgcolor {background-color:#826552; } 
.myforecolor {color:#826552; }
.mybordercolor {border:3px solid #826552; }

#826552 Text Font Color

<p style="color:#826552">Text here</p>

This sample text font color is #826552
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#826552 Background Color

<div style="background-color:#826552">
Div content here</div>

This div background color is #826552


#826552 Border Color

<div style="border:3px solid #826552">
Div here</div>

This div border color is #826552


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,101,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826552; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826552;
  -webkit-box-shadow: 1px 1px 3px 2px #826552;
  box-shadow:         1px 1px 3px 2px #826552; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,101,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #826552">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #826552;
  -webkit-box-shadow: 1px 1px 3px 2px #826552;
  box-shadow:         1px 1px 3px 2px #826552;">
Div content here</div>

This div box has shadow with color #826552


Comments

No comments written yet.

Please login to write comment.