#5E4516

Color #5E4516 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #5E4516

Tints of Dark Brown #5E4516

Color information

#5E4516 (or 0x5E4516) is unknown color: approx Dark Brown. HEX triplet: 5E, 45 and 16. RGB value is (94,69,22). Sum of RGB (Red+Green+Blue) = 94+69+22=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4516 is #A1BAE9. Grayscale: #474747. Windows color (decimal): -10599146 or 1459550. OLE color: 1459550.

HSL color Cylindrical-coordinate representation of color #5E4516: hue angle of 39.17º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E4516 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB946922-
CMYK00.270.770.63
HSL39.17º62.07%22.75%-
HSV(B)39.17º76.6%36.86%-
XYZ6.896.691.69-
YUV71.12100.28144.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 50.81%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=50.81%
G=37.30%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94692200.270.770.6339.1762.0722.75
Hex5E451601B4D3F273e17
Octal1361052603311577477627
Binary1011110100010110110011011100110111111110011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E4516; }

 p { color: rgb(94,69,22); }

 H1.HeaderClassName
 {
   color: #5E4516;
 }
 .AnyTagClassName
 {
   color: #5E4516;
 }
</style>
background-color css

<style>
 a { background-color: #5E4516; }

 a { background-color: rgb(94,69,22); }

 div.DivClassName
 {
   background-color: #5E4516;
 }
 .BgClassName
 {
   background-color: #5E4516;
 }
</style>
border-color css

<style>
 span { border-color: #5E4516; }

 span { border-color: rgb(94,69,22); }

 td.TdClassName
 {
   border-color: #5E4516;
 }
 .TagClassName
 {
   border-color: #5E4516;
 }
</style>