#5F403E

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

Shades of Woody Brown #5F403E

Tints of Woody Brown #5F403E

Color information

#5F403E (or 0x5F403E) is unknown color: approx Woody Brown. HEX triplet: 5F, 40 and 3E. RGB value is (95,64,62). Sum of RGB (Red+Green+Blue) = 95+64+62=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 95 - color contains mainly: red. Hex color #5F403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F403E is #A0BFC1. Grayscale: #494949. Windows color (decimal): -10534850 or 4079711. OLE color: 4079711.

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

Color convert

RGB956462-
CMYK00.330.350.63
HSL3.64º21.02%30.78%-
HSV(B)3.64º34.74%37.25%-
XYZ7.426.455.41-
YUV73.04121.77143.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.99%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=42.99%
G=28.96%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95646200.330.350.633.6421.0230.78
Hex5F403E021233F4151f
Octal13710076041437742537
Binary1011111100000011111001000011000111111111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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