Shades of Madras #403A18
Tints of Madras #403A18
RGB
CMYK
RGB Variations
Color information
#403A18 (or 0x403A18) is known color: Madras. HEX triplet: 40, 3A and 18. RGB value is (64,58,24). Sum of RGB (Red+Green+Blue) = 64+58+24=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A18 is #BFC5E7. Grayscale: #383838. Windows color (decimal): -12568040 or 1587776. OLE color: 1587776.
HSL color Cylindrical-coordinate representation of color #403A18: hue angle of 51º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403A18 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 24 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.75 |
| HSL | 51º | 0.45% | 0.17% | - |
| HSV(B) | 51º | 0.63% | 0.25% | - |
| XYZ | 3.79 | 4.18 | 1.47 | - |
| YUV | 55.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 24 | 0 | 0.09 | 0.62 | 0.75 | 51 | 0.45 | 0.17 |
| Hex | 40 | 3A | 18 | 0 | 9 | 3E | 4B | 33 | 2D | 11 |
| Octal | 100 | 72 | 30 | 0 | 11 | 76 | 113 | 63 | 55 | 21 |
| Binary | 1000000 | 111010 | 11000 | 0 | 1001 | 111110 | 1001011 | 110011 | 101101 | 10001 |
Color Harmonies of #403A18
Complementary color
Monochromatic Colors of #403A18
Black with #403A18
Text Example
Text Example
White with #403A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A18; }
p { color: rgb(64,58,24); }
H1.HeaderClassName
{
color: #403A18;
}
.AnyTagClassName
{
color: #403A18;
}
</style>
background-color css
<style>
a { background-color: #403A18; }
a { background-color: rgb(64,58,24); }
div.DivClassName
{
background-color: #403A18;
}
.BgClassName
{
background-color: #403A18;
}
</style>
border-color css
<style>
span { border-color: #403A18; }
span { border-color: rgb(64,58,24); }
td.TdClassName
{
border-color: #403A18;
}
.TagClassName
{
border-color: #403A18;
}
</style>