Shades of Madras #403802
Tints of Madras #403802
RGB
CMYK
RGB Variations
Color information
#403802 (or 0x403802) is known color: Madras. HEX triplet: 40, 38 and 02. RGB value is (64,56,2). Sum of RGB (Red+Green+Blue) = 64+56+2=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #403802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403802 is #BFC7FD. Grayscale: #343434. Windows color (decimal): -12568574 or 145472. OLE color: 145472.
HSL color Cylindrical-coordinate representation of color #403802: hue angle of 52.26º 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 #403802 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 2 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.75 |
| HSL | 52.26º | 0.94% | 0.13% | - |
| HSV(B) | 52.26º | 0.97% | 0.25% | - |
| XYZ | 3.54 | 3.92 | 0.63 | - |
| YUV | 52.24 | 99.65 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 2 | 0 | 0.13 | 0.97 | 0.75 | 52.26 | 0.94 | 0.13 |
| Hex | 40 | 38 | 2 | 0 | D | 61 | 4B | 34 | 5E | D |
| Octal | 100 | 70 | 2 | 0 | 15 | 141 | 113 | 64 | 136 | 15 |
| Binary | 1000000 | 111000 | 10 | 0 | 1101 | 1100001 | 1001011 | 110100 | 1011110 | 1101 |
Color Harmonies of #403802
Complementary color
Monochromatic Colors of #403802
Black with #403802
Text Example
Text Example
White with #403802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403802; }
p { color: rgb(64,56,2); }
H1.HeaderClassName
{
color: #403802;
}
.AnyTagClassName
{
color: #403802;
}
</style>
background-color css
<style>
a { background-color: #403802; }
a { background-color: rgb(64,56,2); }
div.DivClassName
{
background-color: #403802;
}
.BgClassName
{
background-color: #403802;
}
</style>
border-color css
<style>
span { border-color: #403802; }
span { border-color: rgb(64,56,2); }
td.TdClassName
{
border-color: #403802;
}
.TagClassName
{
border-color: #403802;
}
</style>