Color Hex Logo

#854316 Color Hex

#854316
(133,67,22)
0 Favorites   0 Comments

Color spaces of #854316

RGB 1336722
HSL0.070.720.30
HSV24°83°52°
CMYK 0.000.500.83   0.48
XYZ11.82489.05881.8843
Yxy9.05880.51940.3979
Hunter Lab30.097817.457617.3566
CIE-Lab36.097325.048938.0908

#854316 color RGB value is (133,67,22).

#854316 hex color red value is 133, green value is 67 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #854316 hue: 0.07 , saturation: 0.72 and the lightness value of 854316 is 0.30.

The process color (four color CMYK) of #854316 color hex is 0.00, 0.50, 0.83, 0.48. Web safe color of #854316 is #993300. Color #854316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000011 00010110
Octal 205 103 26
Decimal 133 67 22
Hex 85 43 16

RGB Percentages of Color #854316

%59.91
%30.18
%9.91

CMYK Percentages of Color #854316

%0
%50
%83
%48

Triadic Colors of #854316

#854316 #168543 #431685

Analogous Colors of #854316

#854316 #857b16 #851620

Monochromatic Colors of #854316

#854316

Complementary Color

#854316 #165885

#854316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854316 Color CSS Codes

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

#854316 Text Font Color

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

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


#854316 Background Color

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

This div background color is #854316


#854316 Border Color

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

This div border color is #854316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854316


Comments

No comments written yet.

Please login to write comment.