#5F4520

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

Shades of Dark Brown #5F4520

Tints of Dark Brown #5F4520

Color information

#5F4520 (or 0x5F4520) is unknown color: approx Dark Brown. HEX triplet: 5F, 45 and 20. RGB value is (95,69,32). Sum of RGB (Red+Green+Blue) = 95+69+32=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4520 is #A0BADF. Grayscale: #484848. Windows color (decimal): -10533600 or 2114911. OLE color: 2114911.

HSL color Cylindrical-coordinate representation of color #5F4520: hue angle of 35.24º 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 #5F4520 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB956932-
CMYK00.270.660.63
HSL35.24º49.61%24.9%-
HSV(B)35.24º66.32%37.25%-
XYZ7.116.792.3-
YUV72.56105.11144.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.47%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=48.47%
G=35.20%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95693200.270.660.6335.2449.6124.9
Hex5F452001B423F233219
Octal1371054003310277436231
Binary10111111000101100000011011100001011111110001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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