#5F4824

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

Shades of Dark Brown #5F4824

Tints of Dark Brown #5F4824

Color information

#5F4824 (or 0x5F4824) is unknown color: approx Dark Brown. HEX triplet: 5F, 48 and 24. RGB value is (95,72,36). Sum of RGB (Red+Green+Blue) = 95+72+36=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4824 is #A0B7DB. Grayscale: #4A4A4A. Windows color (decimal): -10532828 or 2377823. OLE color: 2377823.

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

Color convert

RGB957236-
CMYK00.240.620.63
HSL36.61º45.04%25.69%-
HSV(B)36.61º62.11%37.25%-
XYZ7.367.22.67-
YUV74.77106.12142.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=46.80%
G=35.47%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95723600.240.620.6336.6145.0425.69
Hex5F48240183E3F252d1a
Octal137110440307677455532
Binary1011111100100010010001100011111011111110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,72,36); }

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

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

 a { background-color: rgb(95,72,36); }

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

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

 span { border-color: rgb(95,72,36); }

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