Color Hex Logo

#955816 Color Hex

#955816
(149,88,22)
0 Favorites   0 Comments

Color spaces of #955816

RGB 1498822
HSL0.090.740.34
HSV31°85°58°
CMYK 0.000.410.85   0.42
XYZ16.029013.42692.5059
Yxy13.42690.50150.4201
Hunter Lab36.642713.958321.5952
CIE-Lab43.399620.211345.5237

#955816 color RGB value is (149,88,22).

#955816 hex color red value is 149, green value is 88 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #955816 hue: 0.09 , saturation: 0.74 and the lightness value of 955816 is 0.34.

The process color (four color CMYK) of #955816 color hex is 0.00, 0.41, 0.85, 0.42. Web safe color of #955816 is #996600. Color #955816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011000 00010110
Octal 225 130 26
Decimal 149 88 22
Hex 95 58 16

RGB Percentages of Color #955816

%57.53
%33.98
%8.49

CMYK Percentages of Color #955816

%0
%41
%85
%42

Triadic Colors of #955816

#955816 #169558 #581695

Analogous Colors of #955816

#955816 #939516 #951916

Monochromatic Colors of #955816

#955816

Complementary Color

#955816 #165395

#955816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955816 Color CSS Codes

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

#955816 Text Font Color

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

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


#955816 Background Color

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

This div background color is #955816


#955816 Border Color

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

This div border color is #955816


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,88,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 #955816">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955816


Comments

No comments written yet.

Please login to write comment.