#5F3F0F

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

Shades of Dark Brown #5F3F0F

Tints of Dark Brown #5F3F0F

Color information

#5F3F0F (or 0x5F3F0F) is unknown color: approx Dark Brown. HEX triplet: 5F, 3F and 0F. RGB value is (95,63,15). Sum of RGB (Red+Green+Blue) = 95+63+15=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3F0F is #A0C0F0. Grayscale: #434343. Windows color (decimal): -10535153 or 999263. OLE color: 999263.

HSL color Cylindrical-coordinate representation of color #5F3F0F: hue angle of 36º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F3F0F is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB956315-
CMYK00.340.840.63
HSL36º72.73%21.57%-
HSV(B)36º84.21%37.25%-
XYZ6.586.021.27-
YUV67.198.6147.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.91%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=54.91%
G=36.42%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95631500.340.840.633672.7321.57
Hex5F3FF022543F244916
Octal1377717042124774411126
Binary1011111111111111101000101010100111111100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,63,15); }

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

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

 a { background-color: rgb(95,63,15); }

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

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

 span { border-color: rgb(95,63,15); }

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