#5F4020

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

Shades of Dark Brown #5F4020

Tints of Dark Brown #5F4020

Color information

#5F4020 (or 0x5F4020) is unknown color: approx Dark Brown. HEX triplet: 5F, 40 and 20. RGB value is (95,64,32). Sum of RGB (Red+Green+Blue) = 95+64+32=191 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.74% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4020 is #A0BFDF. Grayscale: #454545. Windows color (decimal): -10534880 or 2113631. OLE color: 2113631.

HSL color Cylindrical-coordinate representation of color #5F4020: hue angle of 30.48º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F4020 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB956432-
CMYK00.330.660.63
HSL30.48º49.61%24.9%-
HSV(B)30.48º66.32%37.25%-
XYZ6.816.22.2-
YUV69.62106.77146.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.74%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=49.74%
G=33.51%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95643200.330.660.6330.4849.6124.9
Hex5F4020021423F1e3219
Octal1371004004110277366231
Binary10111111000000100000010000110000101111111111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,64,32); }

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

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

 a { background-color: rgb(95,64,32); }

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

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

 span { border-color: rgb(95,64,32); }

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