#5E4415

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

Shades of Dark Brown #5E4415

Tints of Dark Brown #5E4415

Color information

#5E4415 (or 0x5E4415) is unknown color: approx Dark Brown. HEX triplet: 5E, 44 and 15. RGB value is (94,68,21). Sum of RGB (Red+Green+Blue) = 94+68+21=183 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.37% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E4415 is #A1BBEA. Grayscale: #464646. Windows color (decimal): -10599403 or 1393758. OLE color: 1393758.

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

Color convert

RGB946821-
CMYK00.280.780.63
HSL38.63º63.48%22.55%-
HSV(B)38.63º77.66%36.86%-
XYZ6.826.571.62-
YUV70.42100.11144.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.37%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=51.37%
G=37.16%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94682100.280.780.6338.6363.4822.55
Hex5E441501C4E3F273f17
Octal1361042503411677477727
Binary1011110100010010101011100100111011111110011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,68,21); }

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

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

 a { background-color: rgb(94,68,21); }

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

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

 span { border-color: rgb(94,68,21); }

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