Shades of Madras #403A16
Tints of Madras #403A16
RGB
CMYK
RGB Variations
Color information
#403A16 (or 0x403A16) is known color: Madras. HEX triplet: 40, 3A and 16. RGB value is (64,58,22). Sum of RGB (Red+Green+Blue) = 64+58+22=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #403A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A16 is #BFC5E9. Grayscale: #373737. Windows color (decimal): -12568042 or 1456704. OLE color: 1456704.
HSL color Cylindrical-coordinate representation of color #403A16: hue angle of 51.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403A16 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 22 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.75 |
| HSL | 51.43º | 0.49% | 0.17% | - |
| HSV(B) | 51.43º | 0.66% | 0.25% | - |
| XYZ | 3.77 | 4.17 | 1.37 | - |
| YUV | 55.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 22 | 0 | 0.09 | 0.66 | 0.75 | 51.43 | 0.49 | 0.17 |
| Hex | 40 | 3A | 16 | 0 | 9 | 42 | 4B | 33 | 31 | 11 |
| Octal | 100 | 72 | 26 | 0 | 11 | 102 | 113 | 63 | 61 | 21 |
| Binary | 1000000 | 111010 | 10110 | 0 | 1001 | 1000010 | 1001011 | 110011 | 110001 | 10001 |
Color Harmonies of #403A16
Complementary color
Monochromatic Colors of #403A16
Black with #403A16
Text Example
Text Example
White with #403A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A16; }
p { color: rgb(64,58,22); }
H1.HeaderClassName
{
color: #403A16;
}
.AnyTagClassName
{
color: #403A16;
}
</style>
background-color css
<style>
a { background-color: #403A16; }
a { background-color: rgb(64,58,22); }
div.DivClassName
{
background-color: #403A16;
}
.BgClassName
{
background-color: #403A16;
}
</style>
border-color css
<style>
span { border-color: #403A16; }
span { border-color: rgb(64,58,22); }
td.TdClassName
{
border-color: #403A16;
}
.TagClassName
{
border-color: #403A16;
}
</style>