Shades of Madras #403C10
Tints of Madras #403C10
RGB
CMYK
RGB Variations
Color information
#403C10 (or 0x403C10) is known color: Madras. HEX triplet: 40, 3C and 10. RGB value is (64,60,16). Sum of RGB (Red+Green+Blue) = 64+60+16=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C10 is #BFC3EF. Grayscale: #383838. Windows color (decimal): -12567536 or 1064000. OLE color: 1064000.
HSL color Cylindrical-coordinate representation of color #403C10: hue angle of 55º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403C10 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 16 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.75 |
| HSL | 55º | 0.6% | 0.16% | - |
| HSV(B) | 55º | 0.75% | 0.25% | - |
| XYZ | 3.82 | 4.36 | 1.13 | - |
| YUV | 56.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 16 | 0 | 0.06 | 0.75 | 0.75 | 55 | 0.6 | 0.16 |
| Hex | 40 | 3C | 10 | 0 | 6 | 4B | 4B | 37 | 3C | 10 |
| Octal | 100 | 74 | 20 | 0 | 6 | 113 | 113 | 67 | 74 | 20 |
| Binary | 1000000 | 111100 | 10000 | 0 | 110 | 1001011 | 1001011 | 110111 | 111100 | 10000 |
Color Harmonies of #403C10
Complementary color
Monochromatic Colors of #403C10
Black with #403C10
Text Example
Text Example
White with #403C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C10; }
p { color: rgb(64,60,16); }
H1.HeaderClassName
{
color: #403C10;
}
.AnyTagClassName
{
color: #403C10;
}
</style>
background-color css
<style>
a { background-color: #403C10; }
a { background-color: rgb(64,60,16); }
div.DivClassName
{
background-color: #403C10;
}
.BgClassName
{
background-color: #403C10;
}
</style>
border-color css
<style>
span { border-color: #403C10; }
span { border-color: rgb(64,60,16); }
td.TdClassName
{
border-color: #403C10;
}
.TagClassName
{
border-color: #403C10;
}
</style>