Color Hex Logo

#856019 Color Hex

#856019
(133,96,25)
0 Favorites   0 Comments

Color spaces of #856019

RGB 1339625
HSL0.110.680.31
HSV39°81°52°
CMYK 0.000.280.81   0.48
XYZ14.031213.42252.7710
Yxy13.42250.46420.4441
Hunter Lab36.63674.248021.1613
CIE-Lab43.39318.249743.5732

#856019 color RGB value is (133,96,25).

#856019 hex color red value is 133, green value is 96 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #856019 hue: 0.11 , saturation: 0.68 and the lightness value of 856019 is 0.31.

The process color (four color CMYK) of #856019 color hex is 0.00, 0.28, 0.81, 0.48. Web safe color of #856019 is #996600. Color #856019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100000 00011001
Octal 205 140 31
Decimal 133 96 25
Hex 85 60 19

RGB Percentages of Color #856019

%52.36
%37.80
%9.84

CMYK Percentages of Color #856019

%0
%28
%81
%48

Triadic Colors of #856019

#856019 #198560 #601985

Analogous Colors of #856019

#856019 #748519 #852a19

Monochromatic Colors of #856019

#856019

Complementary Color

#856019 #193e85

#856019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856019 Color CSS Codes

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

#856019 Text Font Color

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

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


#856019 Background Color

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

This div background color is #856019


#856019 Border Color

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

This div border color is #856019


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,96,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #856019; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #856019;
  -webkit-box-shadow: 1px 1px 3px 2px #856019;
  box-shadow:         1px 1px 3px 2px #856019; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856019


Comments

No comments written yet.

Please login to write comment.