Shades of Madras #403805
Tints of Madras #403805
RGB
CMYK
RGB Variations
Color information
#403805 (or 0x403805) is known color: Madras. HEX triplet: 40, 38 and 05. RGB value is (64,56,5). Sum of RGB (Red+Green+Blue) = 64+56+5=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #403805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403805 is #BFC7FA. Grayscale: #343434. Windows color (decimal): -12568571 or 342080. OLE color: 342080.
HSL color Cylindrical-coordinate representation of color #403805: hue angle of 51.86º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #403805 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 5 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.75 |
| HSL | 51.86º | 0.86% | 0.14% | - |
| HSV(B) | 51.86º | 0.92% | 0.25% | - |
| XYZ | 3.56 | 3.93 | 0.71 | - |
| YUV | 52.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 5 | 0 | 0.13 | 0.92 | 0.75 | 51.86 | 0.86 | 0.14 |
| Hex | 40 | 38 | 5 | 0 | D | 5C | 4B | 34 | 56 | E |
| Octal | 100 | 70 | 5 | 0 | 15 | 134 | 113 | 64 | 126 | 16 |
| Binary | 1000000 | 111000 | 101 | 0 | 1101 | 1011100 | 1001011 | 110100 | 1010110 | 1110 |
Color Harmonies of #403805
Complementary color
Monochromatic Colors of #403805
Black with #403805
Text Example
Text Example
White with #403805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403805; }
p { color: rgb(64,56,5); }
H1.HeaderClassName
{
color: #403805;
}
.AnyTagClassName
{
color: #403805;
}
</style>
background-color css
<style>
a { background-color: #403805; }
a { background-color: rgb(64,56,5); }
div.DivClassName
{
background-color: #403805;
}
.BgClassName
{
background-color: #403805;
}
</style>
border-color css
<style>
span { border-color: #403805; }
span { border-color: rgb(64,56,5); }
td.TdClassName
{
border-color: #403805;
}
.TagClassName
{
border-color: #403805;
}
</style>