Shades of Madras #403C13
Tints of Madras #403C13
RGB
CMYK
RGB Variations
Color information
#403C13 (or 0x403C13) is known color: Madras. HEX triplet: 40, 3C and 13. RGB value is (64,60,19). Sum of RGB (Red+Green+Blue) = 64+60+19=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C13 is #BFC3EC. Grayscale: #383838. Windows color (decimal): -12567533 or 1260608. OLE color: 1260608.
HSL color Cylindrical-coordinate representation of color #403C13: hue angle of 54.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403C13 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 19 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.75 |
| HSL | 54.67º | 0.54% | 0.16% | - |
| HSV(B) | 54.67º | 0.7% | 0.25% | - |
| XYZ | 3.85 | 4.37 | 1.26 | - |
| YUV | 56.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 19 | 0 | 0.06 | 0.70 | 0.75 | 54.67 | 0.54 | 0.16 |
| Hex | 40 | 3C | 13 | 0 | 6 | 46 | 4B | 37 | 36 | 10 |
| Octal | 100 | 74 | 23 | 0 | 6 | 106 | 113 | 67 | 66 | 20 |
| Binary | 1000000 | 111100 | 10011 | 0 | 110 | 1000110 | 1001011 | 110111 | 110110 | 10000 |
Color Harmonies of #403C13
Complementary color
Monochromatic Colors of #403C13
Black with #403C13
Text Example
Text Example
White with #403C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C13; }
p { color: rgb(64,60,19); }
H1.HeaderClassName
{
color: #403C13;
}
.AnyTagClassName
{
color: #403C13;
}
</style>
background-color css
<style>
a { background-color: #403C13; }
a { background-color: rgb(64,60,19); }
div.DivClassName
{
background-color: #403C13;
}
.BgClassName
{
background-color: #403C13;
}
</style>
border-color css
<style>
span { border-color: #403C13; }
span { border-color: rgb(64,60,19); }
td.TdClassName
{
border-color: #403C13;
}
.TagClassName
{
border-color: #403C13;
}
</style>