#5F400F

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

Shades of Dark Brown #5F400F

Tints of Dark Brown #5F400F

Color information

#5F400F (or 0x5F400F) is unknown color: approx Dark Brown. HEX triplet: 5F, 40 and 0F. RGB value is (95,64,15). Sum of RGB (Red+Green+Blue) = 95+64+15=174 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.60% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 95 - color contains mainly: red. Hex color #5F400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F400F is #A0BFF0. Grayscale: #434343. Windows color (decimal): -10534897 or 999519. OLE color: 999519.

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

Color convert

RGB956415-
CMYK00.330.840.63
HSL36.75º72.73%21.57%-
HSV(B)36.75º84.21%37.25%-
XYZ6.646.131.29-
YUV67.6898.27147.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 54.60%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=54.60%
G=36.78%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95641500.330.840.6336.7572.7321.57
Hex5F40F021543F254916
Octal13710017041124774511126
Binary10111111000000111101000011010100111111100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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