Shades of Madras #403E15
Tints of Madras #403E15
RGB
CMYK
RGB Variations
Color information
#403E15 (or 0x403E15) is known color: Madras. HEX triplet: 40, 3E and 15. RGB value is (64,62,21). Sum of RGB (Red+Green+Blue) = 64+62+21=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #403E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E15 is #BFC1EA. Grayscale: #3A3A3A. Windows color (decimal): -12567019 or 1392192. OLE color: 1392192.
HSL color Cylindrical-coordinate representation of color #403E15: hue angle of 57.21º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403E15 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 21 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.75 |
| HSL | 57.21º | 0.51% | 0.17% | - |
| HSV(B) | 57.21º | 0.67% | 0.25% | - |
| XYZ | 3.97 | 4.59 | 1.39 | - |
| YUV | 57.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 21 | 0 | 0.03 | 0.67 | 0.75 | 57.21 | 0.51 | 0.17 |
| Hex | 40 | 3E | 15 | 0 | 3 | 43 | 4B | 39 | 33 | 11 |
| Octal | 100 | 76 | 25 | 0 | 3 | 103 | 113 | 71 | 63 | 21 |
| Binary | 1000000 | 111110 | 10101 | 0 | 11 | 1000011 | 1001011 | 111001 | 110011 | 10001 |
Color Harmonies of #403E15
Complementary color
Monochromatic Colors of #403E15
Black with #403E15
Text Example
Text Example
White with #403E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E15; }
p { color: rgb(64,62,21); }
H1.HeaderClassName
{
color: #403E15;
}
.AnyTagClassName
{
color: #403E15;
}
</style>
background-color css
<style>
a { background-color: #403E15; }
a { background-color: rgb(64,62,21); }
div.DivClassName
{
background-color: #403E15;
}
.BgClassName
{
background-color: #403E15;
}
</style>
border-color css
<style>
span { border-color: #403E15; }
span { border-color: rgb(64,62,21); }
td.TdClassName
{
border-color: #403E15;
}
.TagClassName
{
border-color: #403E15;
}
</style>