Shades of Madras #403F12
Tints of Madras #403F12
RGB
CMYK
RGB Variations
Color information
#403F12 (or 0x403F12) is known color: Madras. HEX triplet: 40, 3F and 12. RGB value is (64,63,18). Sum of RGB (Red+Green+Blue) = 64+63+18=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F12 is #BFC0ED. Grayscale: #3A3A3A. Windows color (decimal): -12566766 or 1195840. OLE color: 1195840.
HSL color Cylindrical-coordinate representation of color #403F12: hue angle of 58.7º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403F12 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 18 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.75 |
| HSL | 58.7º | 0.56% | 0.16% | - |
| HSV(B) | 58.7º | 0.72% | 0.25% | - |
| XYZ | 4 | 4.69 | 1.27 | - |
| YUV | 58.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 18 | 0 | 0.02 | 0.72 | 0.75 | 58.7 | 0.56 | 0.16 |
| Hex | 40 | 3F | 12 | 0 | 2 | 48 | 4B | 3B | 38 | 10 |
| Octal | 100 | 77 | 22 | 0 | 2 | 110 | 113 | 73 | 70 | 20 |
| Binary | 1000000 | 111111 | 10010 | 0 | 10 | 1001000 | 1001011 | 111011 | 111000 | 10000 |
Color Harmonies of #403F12
Complementary color
Monochromatic Colors of #403F12
Black with #403F12
Text Example
Text Example
White with #403F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F12; }
p { color: rgb(64,63,18); }
H1.HeaderClassName
{
color: #403F12;
}
.AnyTagClassName
{
color: #403F12;
}
</style>
background-color css
<style>
a { background-color: #403F12; }
a { background-color: rgb(64,63,18); }
div.DivClassName
{
background-color: #403F12;
}
.BgClassName
{
background-color: #403F12;
}
</style>
border-color css
<style>
span { border-color: #403F12; }
span { border-color: rgb(64,63,18); }
td.TdClassName
{
border-color: #403F12;
}
.TagClassName
{
border-color: #403F12;
}
</style>