Shades of Madras #403B20
Tints of Madras #403B20
RGB
CMYK
RGB Variations
Color information
#403B20 (or 0x403B20) is known color: 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
| RGB | 64 | 59 | 32 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.75 |
| HSL | 50.63º | 0.33% | 0.19% | - |
| HSV(B) | 50.63º | 0.5% | 0.25% | - |
| XYZ | 3.94 | 4.32 | 1.99 | - |
| YUV | 57.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 32 | 0 | 0.08 | 0.50 | 0.75 | 50.63 | 0.33 | 0.19 |
| Hex | 40 | 3B | 20 | 0 | 8 | 32 | 4B | 33 | 21 | 13 |
| Octal | 100 | 73 | 40 | 0 | 10 | 62 | 113 | 63 | 41 | 23 |
| Binary | 1000000 | 111011 | 100000 | 0 | 1000 | 110010 | 1001011 | 110011 | 100001 | 10011 |
Color Harmonies of #403B20
Complementary color
Monochromatic Colors of #403B20
Black with #403B20
Text Example
Text Example
White with #403B20
Text Example
Text Example
HTML Codes & Css Web 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>