#5F4413

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

Shades of Dark Brown #5F4413

Tints of Dark Brown #5F4413

Color information

#5F4413 (or 0x5F4413) is unknown color: approx Dark Brown. HEX triplet: 5F, 44 and 13. RGB value is (95,68,19). Sum of RGB (Red+Green+Blue) = 95+68+19=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4413 is #A0BBEC. Grayscale: #464646. Windows color (decimal): -10533869 or 1262687. OLE color: 1262687.

HSL color Cylindrical-coordinate representation of color #5F4413: hue angle of 38.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F4413 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB956819-
CMYK00.280.800.63
HSL38.68º66.67%22.35%-
HSV(B)38.68º80%37.25%-
XYZ6.96.611.53-
YUV70.4998.95145.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 52.20%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=52.20%
G=37.36%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95681900.280.800.6338.6866.6722.35
Hex5F441301C503F274316
Octal13710423034120774710326
Binary10111111000100100110111001010000111111100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,68,19); }

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

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

 a { background-color: rgb(95,68,19); }

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

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

 span { border-color: rgb(95,68,19); }

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