Shades of Madras #403810
Tints of Madras #403810
RGB
CMYK
RGB Variations
Color information
#403810 (or 0x403810) is known color: Madras. HEX triplet: 40, 38 and 10. RGB value is (64,56,16). Sum of RGB (Red+Green+Blue) = 64+56+16=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #403810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403810 is #BFC7EF. Grayscale: #353535. Windows color (decimal): -12568560 or 1062976. OLE color: 1062976.
HSL color Cylindrical-coordinate representation of color #403810: hue angle of 50º 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 #403810 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 16 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.75 |
| HSL | 50º | 0.6% | 0.16% | - |
| HSV(B) | 50º | 0.75% | 0.25% | - |
| XYZ | 3.62 | 3.96 | 1.06 | - |
| YUV | 53.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 16 | 0 | 0.13 | 0.75 | 0.75 | 50 | 0.6 | 0.16 |
| Hex | 40 | 38 | 10 | 0 | D | 4B | 4B | 32 | 3C | 10 |
| Octal | 100 | 70 | 20 | 0 | 15 | 113 | 113 | 62 | 74 | 20 |
| Binary | 1000000 | 111000 | 10000 | 0 | 1101 | 1001011 | 1001011 | 110010 | 111100 | 10000 |
Color Harmonies of #403810
Complementary color
Monochromatic Colors of #403810
Black with #403810
Text Example
Text Example
White with #403810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403810; }
p { color: rgb(64,56,16); }
H1.HeaderClassName
{
color: #403810;
}
.AnyTagClassName
{
color: #403810;
}
</style>
background-color css
<style>
a { background-color: #403810; }
a { background-color: rgb(64,56,16); }
div.DivClassName
{
background-color: #403810;
}
.BgClassName
{
background-color: #403810;
}
</style>
border-color css
<style>
span { border-color: #403810; }
span { border-color: rgb(64,56,16); }
td.TdClassName
{
border-color: #403810;
}
.TagClassName
{
border-color: #403810;
}
</style>