Shades of Madras #403607
Tints of Madras #403607
RGB
CMYK
RGB Variations
Color information
#403607 (or 0x403607) is known color: Madras. HEX triplet: 40, 36 and 07. RGB value is (64,54,7). Sum of RGB (Red+Green+Blue) = 64+54+7=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #403607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403607 is #BFC9F8. Grayscale: #333333. Windows color (decimal): -12569081 or 472640. OLE color: 472640.
HSL color Cylindrical-coordinate representation of color #403607: hue angle of 49.47º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #403607 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 54 | 7 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.75 |
| HSL | 49.47º | 0.8% | 0.14% | - |
| HSV(B) | 49.47º | 0.89% | 0.25% | - |
| XYZ | 3.47 | 3.74 | 0.74 | - |
| YUV | 51.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 7 | 0 | 0.16 | 0.89 | 0.75 | 49.47 | 0.8 | 0.14 |
| Hex | 40 | 36 | 7 | 0 | 10 | 59 | 4B | 31 | 50 | E |
| Octal | 100 | 66 | 7 | 0 | 20 | 131 | 113 | 61 | 120 | 16 |
| Binary | 1000000 | 110110 | 111 | 0 | 10000 | 1011001 | 1001011 | 110001 | 1010000 | 1110 |
Color Harmonies of #403607
Complementary color
Monochromatic Colors of #403607
Black with #403607
Text Example
Text Example
White with #403607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403607; }
p { color: rgb(64,54,7); }
H1.HeaderClassName
{
color: #403607;
}
.AnyTagClassName
{
color: #403607;
}
</style>
background-color css
<style>
a { background-color: #403607; }
a { background-color: rgb(64,54,7); }
div.DivClassName
{
background-color: #403607;
}
.BgClassName
{
background-color: #403607;
}
</style>
border-color css
<style>
span { border-color: #403607; }
span { border-color: rgb(64,54,7); }
td.TdClassName
{
border-color: #403607;
}
.TagClassName
{
border-color: #403607;
}
</style>