#403B20

Color #403B20 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #403B20

Tints of Madras #403B20

Color information

#403B20 (or 0x403B20) is unknown color: approx Madras. HEX triplet: 40, 3B and 20. RGB value is (64,59,32). Sum of RGB (Red+Green+Blue) = 64+59+32=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B20 is #BFC4DF. Grayscale: #393939. Windows color (decimal): -12567776 or 2112320. OLE color: 2112320.

HSL color Cylindrical-coordinate representation of color #403B20: hue angle of 50.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403B20 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB645932-
CMYK00.080.500.75
HSL50.62º33.33%18.82%-
HSV(B)50.62º50%25.1%-
XYZ3.944.321.99-
YUV57.42113.66132.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=41.29%
G=38.06%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64593200.080.500.7550.6233.3318.82
Hex403B2008324B332113
Octal100734001062113634123
Binary100000011101110000001000110010100101111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B20; }

 p { color: rgb(64,59,32); }

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

<style>
 a { background-color: #403B20; }

 a { background-color: rgb(64,59,32); }

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

<style>
 span { border-color: #403B20; }

 span { border-color: rgb(64,59,32); }

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