Shades of Madras #403902
Tints of Madras #403902
RGB
CMYK
RGB Variations
Color information
#403902 (or 0x403902) is known color: Madras. HEX triplet: 40, 39 and 02. RGB value is (64,57,2). Sum of RGB (Red+Green+Blue) = 64+57+2=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403902 is #BFC6FD. Grayscale: #353535. Windows color (decimal): -12568318 or 145728. OLE color: 145728.
HSL color Cylindrical-coordinate representation of color #403902: hue angle of 53.23º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #403902 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 2 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.75 |
| HSL | 53.23º | 0.94% | 0.13% | - |
| HSV(B) | 53.23º | 0.97% | 0.25% | - |
| XYZ | 3.59 | 4.02 | 0.64 | - |
| YUV | 52.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 2 | 0 | 0.11 | 0.97 | 0.75 | 53.23 | 0.94 | 0.13 |
| Hex | 40 | 39 | 2 | 0 | B | 61 | 4B | 35 | 5E | D |
| Octal | 100 | 71 | 2 | 0 | 13 | 141 | 113 | 65 | 136 | 15 |
| Binary | 1000000 | 111001 | 10 | 0 | 1011 | 1100001 | 1001011 | 110101 | 1011110 | 1101 |
Color Harmonies of #403902
Complementary color
Monochromatic Colors of #403902
Black with #403902
Text Example
Text Example
White with #403902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403902; }
p { color: rgb(64,57,2); }
H1.HeaderClassName
{
color: #403902;
}
.AnyTagClassName
{
color: #403902;
}
</style>
background-color css
<style>
a { background-color: #403902; }
a { background-color: rgb(64,57,2); }
div.DivClassName
{
background-color: #403902;
}
.BgClassName
{
background-color: #403902;
}
</style>
border-color css
<style>
span { border-color: #403902; }
span { border-color: rgb(64,57,2); }
td.TdClassName
{
border-color: #403902;
}
.TagClassName
{
border-color: #403902;
}
</style>