Shades of Madras #403A04
Tints of Madras #403A04
RGB
CMYK
RGB Variations
Color information
#403A04 (or 0x403A04) is known color: Madras. HEX triplet: 40, 3A and 04. RGB value is (64,58,4). Sum of RGB (Red+Green+Blue) = 64+58+4=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #403A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A04 is #BFC5FB. Grayscale: #353535. Windows color (decimal): -12568060 or 277056. OLE color: 277056.
HSL color Cylindrical-coordinate representation of color #403A04: hue angle of 54º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #403A04 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 4 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.75 |
| HSL | 54º | 0.88% | 0.13% | - |
| HSV(B) | 54º | 0.94% | 0.25% | - |
| XYZ | 3.65 | 4.12 | 0.72 | - |
| YUV | 53.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 4 | 0 | 0.09 | 0.94 | 0.75 | 54 | 0.88 | 0.13 |
| Hex | 40 | 3A | 4 | 0 | 9 | 5E | 4B | 36 | 58 | D |
| Octal | 100 | 72 | 4 | 0 | 11 | 136 | 113 | 66 | 130 | 15 |
| Binary | 1000000 | 111010 | 100 | 0 | 1001 | 1011110 | 1001011 | 110110 | 1011000 | 1101 |
Color Harmonies of #403A04
Complementary color
Monochromatic Colors of #403A04
Black with #403A04
Text Example
Text Example
White with #403A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A04; }
p { color: rgb(64,58,4); }
H1.HeaderClassName
{
color: #403A04;
}
.AnyTagClassName
{
color: #403A04;
}
</style>
background-color css
<style>
a { background-color: #403A04; }
a { background-color: rgb(64,58,4); }
div.DivClassName
{
background-color: #403A04;
}
.BgClassName
{
background-color: #403A04;
}
</style>
border-color css
<style>
span { border-color: #403A04; }
span { border-color: rgb(64,58,4); }
td.TdClassName
{
border-color: #403A04;
}
.TagClassName
{
border-color: #403A04;
}
</style>