Shades of Madras #403A10
Tints of Madras #403A10
RGB
CMYK
RGB Variations
Color information
#403A10 (or 0x403A10) is known color: Madras. HEX triplet: 40, 3A and 10. RGB value is (64,58,16). Sum of RGB (Red+Green+Blue) = 64+58+16=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A10 is #BFC5EF. Grayscale: #373737. Windows color (decimal): -12568048 or 1063488. OLE color: 1063488.
HSL color Cylindrical-coordinate representation of color #403A10: hue angle of 52.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403A10 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 16 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.75 |
| HSL | 52.5º | 0.6% | 0.16% | - |
| HSV(B) | 52.5º | 0.75% | 0.25% | - |
| XYZ | 3.72 | 4.15 | 1.1 | - |
| YUV | 55.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 16 | 0 | 0.09 | 0.75 | 0.75 | 52.5 | 0.6 | 0.16 |
| Hex | 40 | 3A | 10 | 0 | 9 | 4B | 4B | 34 | 3C | 10 |
| Octal | 100 | 72 | 20 | 0 | 11 | 113 | 113 | 64 | 74 | 20 |
| Binary | 1000000 | 111010 | 10000 | 0 | 1001 | 1001011 | 1001011 | 110100 | 111100 | 10000 |
Color Harmonies of #403A10
Complementary color
Monochromatic Colors of #403A10
Black with #403A10
Text Example
Text Example
White with #403A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A10; }
p { color: rgb(64,58,16); }
H1.HeaderClassName
{
color: #403A10;
}
.AnyTagClassName
{
color: #403A10;
}
</style>
background-color css
<style>
a { background-color: #403A10; }
a { background-color: rgb(64,58,16); }
div.DivClassName
{
background-color: #403A10;
}
.BgClassName
{
background-color: #403A10;
}
</style>
border-color css
<style>
span { border-color: #403A10; }
span { border-color: rgb(64,58,16); }
td.TdClassName
{
border-color: #403A10;
}
.TagClassName
{
border-color: #403A10;
}
</style>