Shades of Madras #403E17
Tints of Madras #403E17
RGB
CMYK
RGB Variations
Color information
#403E17 (or 0x403E17) is known color: Madras. HEX triplet: 40, 3E and 17. RGB value is (64,62,23). Sum of RGB (Red+Green+Blue) = 64+62+23=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E17 is #BFC1E8. Grayscale: #3A3A3A. Windows color (decimal): -12567017 or 1523264. OLE color: 1523264.
HSL color Cylindrical-coordinate representation of color #403E17: hue angle of 57.07º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403E17 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 23 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.75 |
| HSL | 57.07º | 0.47% | 0.17% | - |
| HSV(B) | 57.07º | 0.64% | 0.25% | - |
| XYZ | 3.99 | 4.6 | 1.49 | - |
| YUV | 58.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 23 | 0 | 0.03 | 0.64 | 0.75 | 57.07 | 0.47 | 0.17 |
| Hex | 40 | 3E | 17 | 0 | 3 | 40 | 4B | 39 | 2F | 11 |
| Octal | 100 | 76 | 27 | 0 | 3 | 100 | 113 | 71 | 57 | 21 |
| Binary | 1000000 | 111110 | 10111 | 0 | 11 | 1000000 | 1001011 | 111001 | 101111 | 10001 |
Color Harmonies of #403E17
Complementary color
Monochromatic Colors of #403E17
Black with #403E17
Text Example
Text Example
White with #403E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E17; }
p { color: rgb(64,62,23); }
H1.HeaderClassName
{
color: #403E17;
}
.AnyTagClassName
{
color: #403E17;
}
</style>
background-color css
<style>
a { background-color: #403E17; }
a { background-color: rgb(64,62,23); }
div.DivClassName
{
background-color: #403E17;
}
.BgClassName
{
background-color: #403E17;
}
</style>
border-color css
<style>
span { border-color: #403E17; }
span { border-color: rgb(64,62,23); }
td.TdClassName
{
border-color: #403E17;
}
.TagClassName
{
border-color: #403E17;
}
</style>