#5E4825

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

Shades of Dark Brown #5E4825

Tints of Dark Brown #5E4825

Color information

#5E4825 (or 0x5E4825) is unknown color: approx Dark Brown. HEX triplet: 5E, 48 and 25. RGB value is (94,72,37). Sum of RGB (Red+Green+Blue) = 94+72+37=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4825 is #A1B7DA. Grayscale: #4A4A4A. Windows color (decimal): -10598363 or 2443358. OLE color: 2443358.

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

Color convert

RGB947237-
CMYK00.230.610.63
HSL36.84º43.51%25.69%-
HSV(B)36.84º60.64%36.86%-
XYZ7.277.152.75-
YUV74.59106.79141.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.31%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=46.31%
G=35.47%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94723700.230.610.6336.8443.5125.69
Hex5E48250173D3F252c1a
Octal136110450277577455432
Binary1011110100100010010101011111110111111110010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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