Shades of Madras #403E09
Tints of Madras #403E09
RGB
CMYK
RGB Variations
Color information
#403E09 (or 0x403E09) is known color: Madras. HEX triplet: 40, 3E and 09. RGB value is (64,62,9). Sum of RGB (Red+Green+Blue) = 64+62+9=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #403E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E09 is #BFC1F6. Grayscale: #383838. Windows color (decimal): -12567031 or 605760. OLE color: 605760.
HSL color Cylindrical-coordinate representation of color #403E09: hue angle of 57.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #403E09 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 9 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.75 |
| HSL | 57.82º | 0.75% | 0.14% | - |
| HSV(B) | 57.82º | 0.86% | 0.25% | - |
| XYZ | 3.89 | 4.55 | 0.93 | - |
| YUV | 56.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 9 | 0 | 0.03 | 0.86 | 0.75 | 57.82 | 0.75 | 0.14 |
| Hex | 40 | 3E | 9 | 0 | 3 | 56 | 4B | 3A | 4B | E |
| Octal | 100 | 76 | 11 | 0 | 3 | 126 | 113 | 72 | 113 | 16 |
| Binary | 1000000 | 111110 | 1001 | 0 | 11 | 1010110 | 1001011 | 111010 | 1001011 | 1110 |
Color Harmonies of #403E09
Complementary color
Monochromatic Colors of #403E09
Black with #403E09
Text Example
Text Example
White with #403E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E09; }
p { color: rgb(64,62,9); }
H1.HeaderClassName
{
color: #403E09;
}
.AnyTagClassName
{
color: #403E09;
}
</style>
background-color css
<style>
a { background-color: #403E09; }
a { background-color: rgb(64,62,9); }
div.DivClassName
{
background-color: #403E09;
}
.BgClassName
{
background-color: #403E09;
}
</style>
border-color css
<style>
span { border-color: #403E09; }
span { border-color: rgb(64,62,9); }
td.TdClassName
{
border-color: #403E09;
}
.TagClassName
{
border-color: #403E09;
}
</style>