Shades of Madras #403C15
Tints of Madras #403C15
RGB
CMYK
RGB Variations
Color information
#403C15 (or 0x403C15) is known color: Madras. HEX triplet: 40, 3C and 15. RGB value is (64,60,21). Sum of RGB (Red+Green+Blue) = 64+60+21=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C15 is #BFC3EA. Grayscale: #383838. Windows color (decimal): -12567531 or 1391680. OLE color: 1391680.
HSL color Cylindrical-coordinate representation of color #403C15: hue angle of 54.42º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403C15 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 21 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.75 |
| HSL | 54.42º | 0.51% | 0.17% | - |
| HSV(B) | 54.42º | 0.67% | 0.25% | - |
| XYZ | 3.87 | 4.38 | 1.35 | - |
| YUV | 56.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 21 | 0 | 0.06 | 0.67 | 0.75 | 54.42 | 0.51 | 0.17 |
| Hex | 40 | 3C | 15 | 0 | 6 | 43 | 4B | 36 | 33 | 11 |
| Octal | 100 | 74 | 25 | 0 | 6 | 103 | 113 | 66 | 63 | 21 |
| Binary | 1000000 | 111100 | 10101 | 0 | 110 | 1000011 | 1001011 | 110110 | 110011 | 10001 |
Color Harmonies of #403C15
Complementary color
Monochromatic Colors of #403C15
Black with #403C15
Text Example
Text Example
White with #403C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C15; }
p { color: rgb(64,60,21); }
H1.HeaderClassName
{
color: #403C15;
}
.AnyTagClassName
{
color: #403C15;
}
</style>
background-color css
<style>
a { background-color: #403C15; }
a { background-color: rgb(64,60,21); }
div.DivClassName
{
background-color: #403C15;
}
.BgClassName
{
background-color: #403C15;
}
</style>
border-color css
<style>
span { border-color: #403C15; }
span { border-color: rgb(64,60,21); }
td.TdClassName
{
border-color: #403C15;
}
.TagClassName
{
border-color: #403C15;
}
</style>