#5F403F

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

Shades of Woody Brown #5F403F

Tints of Woody Brown #5F403F

Color information

#5F403F (or 0x5F403F) is unknown color: approx Woody Brown. HEX triplet: 5F, 40 and 3F. RGB value is (95,64,63). Sum of RGB (Red+Green+Blue) = 95+64+63=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 95 - color contains mainly: red. Hex color #5F403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F403F is #A0BFC0. Grayscale: #494949. Windows color (decimal): -10534849 or 4145247. OLE color: 4145247.

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

Color convert

RGB956463-
CMYK00.330.340.63
HSL1.88º20.25%30.98%-
HSV(B)1.88º33.68%37.25%-
XYZ7.456.465.56-
YUV73.16122.27143.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.79%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 63 (25% from 255) = 28.38%
R=42.79%
G=28.83%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95646300.330.340.631.8820.2530.98
Hex5F403F021223F2141f
Octal13710077041427722437
Binary101111110000001111110100001100010111111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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