Shades of Madras #403A11
Tints of Madras #403A11
RGB
CMYK
RGB Variations
Color information
#403A11 (or 0x403A11) is known color: Madras. HEX triplet: 40, 3A and 11. RGB value is (64,58,17). Sum of RGB (Red+Green+Blue) = 64+58+17=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A11 is #BFC5EE. Grayscale: #373737. Windows color (decimal): -12568047 or 1129024. OLE color: 1129024.
HSL color Cylindrical-coordinate representation of color #403A11: hue angle of 52.34º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #403A11 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 17 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.75 |
| HSL | 52.34º | 0.58% | 0.16% | - |
| HSV(B) | 52.34º | 0.73% | 0.25% | - |
| XYZ | 3.73 | 4.16 | 1.14 | - |
| YUV | 55.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 17 | 0 | 0.09 | 0.73 | 0.75 | 52.34 | 0.58 | 0.16 |
| Hex | 40 | 3A | 11 | 0 | 9 | 49 | 4B | 34 | 3A | 10 |
| Octal | 100 | 72 | 21 | 0 | 11 | 111 | 113 | 64 | 72 | 20 |
| Binary | 1000000 | 111010 | 10001 | 0 | 1001 | 1001001 | 1001011 | 110100 | 111010 | 10000 |
Color Harmonies of #403A11
Complementary color
Monochromatic Colors of #403A11
Black with #403A11
Text Example
Text Example
White with #403A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A11; }
p { color: rgb(64,58,17); }
H1.HeaderClassName
{
color: #403A11;
}
.AnyTagClassName
{
color: #403A11;
}
</style>
background-color css
<style>
a { background-color: #403A11; }
a { background-color: rgb(64,58,17); }
div.DivClassName
{
background-color: #403A11;
}
.BgClassName
{
background-color: #403A11;
}
</style>
border-color css
<style>
span { border-color: #403A11; }
span { border-color: rgb(64,58,17); }
td.TdClassName
{
border-color: #403A11;
}
.TagClassName
{
border-color: #403A11;
}
</style>