#5E4826

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

Shades of Dark Brown #5E4826

Tints of Dark Brown #5E4826

Color information

#5E4826 (or 0x5E4826) is unknown color: approx Dark Brown. HEX triplet: 5E, 48 and 26. RGB value is (94,72,38). Sum of RGB (Red+Green+Blue) = 94+72+38=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4826 is #A1B7D9. Grayscale: #4A4A4A. Windows color (decimal): -10598362 or 2508894. OLE color: 2508894.

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

Color convert

RGB947238-
CMYK00.230.600.63
HSL36.43º42.42%25.88%-
HSV(B)36.43º59.57%36.86%-
XYZ7.287.152.83-
YUV74.7107.29141.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.08%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=46.08%
G=35.29%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94723800.230.600.6336.4342.4225.88
Hex5E48260173C3F242a1a
Octal136110460277477445232
Binary1011110100100010011001011111110011111110010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,72,38); }

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

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

 a { background-color: rgb(94,72,38); }

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

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

 span { border-color: rgb(94,72,38); }

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