#5F4226

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

Shades of Dark Brown #5F4226

Tints of Dark Brown #5F4226

Color information

#5F4226 (or 0x5F4226) is unknown color: approx Dark Brown. HEX triplet: 5F, 42 and 26. RGB value is (95,66,38). Sum of RGB (Red+Green+Blue) = 95+66+38=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4226 is #A0BDD9. Grayscale: #474747. Windows color (decimal): -10534362 or 2507359. OLE color: 2507359.

HSL color Cylindrical-coordinate representation of color #5F4226: hue angle of 29.47º degrees, saturation: 0.43, 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 #5F4226 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.63.

Color convert

RGB956638-
CMYK00.310.600.63
HSL29.47º42.86%26.08%-
HSV(B)29.47º60%37.25%-
XYZ7.026.472.71-
YUV71.48109.11144.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.74%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=47.74%
G=33.17%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95663800.310.600.6329.4742.8626.08
Hex5F422601F3C3F1d2b1a
Octal137102460377477355332
Binary101111110000101001100111111111001111111110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,66,38); }

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

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

 a { background-color: rgb(95,66,38); }

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

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

 span { border-color: rgb(95,66,38); }

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