Color Hex Logo

#85620c Color Hex

#85620C
(133,98,12)
0 Favorites   0 Comments

Color spaces of #85620c

RGB 1339812
HSL0.120.830.28
HSV43°91°52°
CMYK 0.000.260.91   0.48
XYZ14.106913.74852.2580
Yxy13.74850.46850.4566
Hunter Lab37.07903.023122.3447
CIE-Lab43.87016.668148.2763

#85620c color RGB value is (133,98,12).

#85620c hex color red value is 133, green value is 98 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #85620c hue: 0.12 , saturation: 0.83 and the lightness value of 85620c is 0.28.

The process color (four color CMYK) of #85620c color hex is 0.00, 0.26, 0.91, 0.48. Web safe color of #85620c is #996600. Color #85620c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100010 00001100
Octal 205 142 14
Decimal 133 98 12
Hex 85 62 C

RGB Percentages of Color #85620c

%54.73
%40.33
%4.94

CMYK Percentages of Color #85620c

%0
%26
%91
%48

Triadic Colors of #85620c

#85620c #0c8562 #620c85

Analogous Colors of #85620c

#85620c #6c850c #85260c

Monochromatic Colors of #85620c

#85620c

Complementary Color

#85620c #0c2f85

#85620c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85620c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85620c Color CSS Codes

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

#85620c Text Font Color

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

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


#85620c Background Color

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

This div background color is #85620c


#85620c Border Color

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

This div border color is #85620c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,98,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85620c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85620c;
  -webkit-box-shadow: 1px 1px 3px 2px #85620c;
  box-shadow:         1px 1px 3px 2px #85620c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,98,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85620c


Comments

No comments written yet.

Please login to write comment.