Shades of Madras #403A14
Tints of Madras #403A14
RGB
CMYK
RGB Variations
Color information
#403A14 (or 0x403A14) is known color: Madras. HEX triplet: 40, 3A and 14. RGB value is (64,58,20). Sum of RGB (Red+Green+Blue) = 64+58+20=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A14 is #BFC5EB. Grayscale: #373737. Windows color (decimal): -12568044 or 1325632. OLE color: 1325632.
HSL color Cylindrical-coordinate representation of color #403A14: hue angle of 51.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403A14 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 20 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.75 |
| HSL | 51.82º | 0.52% | 0.16% | - |
| HSV(B) | 51.82º | 0.69% | 0.25% | - |
| XYZ | 3.75 | 4.17 | 1.27 | - |
| YUV | 55.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 20 | 0 | 0.09 | 0.69 | 0.75 | 51.82 | 0.52 | 0.16 |
| Hex | 40 | 3A | 14 | 0 | 9 | 45 | 4B | 34 | 34 | 10 |
| Octal | 100 | 72 | 24 | 0 | 11 | 105 | 113 | 64 | 64 | 20 |
| Binary | 1000000 | 111010 | 10100 | 0 | 1001 | 1000101 | 1001011 | 110100 | 110100 | 10000 |
Color Harmonies of #403A14
Complementary color
Monochromatic Colors of #403A14
Black with #403A14
Text Example
Text Example
White with #403A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A14; }
p { color: rgb(64,58,20); }
H1.HeaderClassName
{
color: #403A14;
}
.AnyTagClassName
{
color: #403A14;
}
</style>
background-color css
<style>
a { background-color: #403A14; }
a { background-color: rgb(64,58,20); }
div.DivClassName
{
background-color: #403A14;
}
.BgClassName
{
background-color: #403A14;
}
</style>
border-color css
<style>
span { border-color: #403A14; }
span { border-color: rgb(64,58,20); }
td.TdClassName
{
border-color: #403A14;
}
.TagClassName
{
border-color: #403A14;
}
</style>