Color Hex Logo

#825722 Color Hex

#825722
(130,87,34)
0 Favorites   0 Comments

Color spaces of #825722

RGB 1308734
HSL0.090.590.32
HSV33°74°51°
CMYK 0.000.330.74   0.49
XYZ12.902811.67773.0873
Yxy11.67770.46630.4221
Hunter Lab34.17267.595318.5643
CIE-Lab40.699212.578436.7704

#825722 color RGB value is (130,87,34).

#825722 hex color red value is 130, green value is 87 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #825722 hue: 0.09 , saturation: 0.59 and the lightness value of 825722 is 0.32.

The process color (four color CMYK) of #825722 color hex is 0.00, 0.33, 0.74, 0.49. Web safe color of #825722 is #996633. Color #825722 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 00100010
Octal 202 127 42
Decimal 130 87 34
Hex 82 57 22

RGB Percentages of Color #825722

%51.79
%34.66
%13.55

CMYK Percentages of Color #825722

%0
%33
%74
%49

Triadic Colors of #825722

#825722 #228257 #572282

Analogous Colors of #825722

#825722 #7d8222 #822722

Monochromatic Colors of #825722

#825722

Complementary Color

#825722 #224d82

#825722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825722 Color CSS Codes

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

#825722 Text Font Color

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

This sample text font color is #825722
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.


#825722 Background Color

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

This div background color is #825722


#825722 Border Color

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

This div border color is #825722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825722


Comments

No comments written yet.

Please login to write comment.