Shades of Madras #403B04
Tints of Madras #403B04
RGB
CMYK
RGB Variations
Color information
#403B04 (or 0x403B04) is known color: Madras. HEX triplet: 40, 3B and 04. RGB value is (64,59,4). Sum of RGB (Red+Green+Blue) = 64+59+4=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #403B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B04 is #BFC4FB. Grayscale: #363636. Windows color (decimal): -12567804 or 277312. OLE color: 277312.
HSL color Cylindrical-coordinate representation of color #403B04: hue angle of 55º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #403B04 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 4 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.75 |
| HSL | 55º | 0.88% | 0.13% | - |
| HSV(B) | 55º | 0.94% | 0.25% | - |
| XYZ | 3.7 | 4.23 | 0.74 | - |
| YUV | 54.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 4 | 0 | 0.08 | 0.94 | 0.75 | 55 | 0.88 | 0.13 |
| Hex | 40 | 3B | 4 | 0 | 8 | 5E | 4B | 37 | 58 | D |
| Octal | 100 | 73 | 4 | 0 | 10 | 136 | 113 | 67 | 130 | 15 |
| Binary | 1000000 | 111011 | 100 | 0 | 1000 | 1011110 | 1001011 | 110111 | 1011000 | 1101 |
Color Harmonies of #403B04
Complementary color
Monochromatic Colors of #403B04
Black with #403B04
Text Example
Text Example
White with #403B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B04; }
p { color: rgb(64,59,4); }
H1.HeaderClassName
{
color: #403B04;
}
.AnyTagClassName
{
color: #403B04;
}
</style>
background-color css
<style>
a { background-color: #403B04; }
a { background-color: rgb(64,59,4); }
div.DivClassName
{
background-color: #403B04;
}
.BgClassName
{
background-color: #403B04;
}
</style>
border-color css
<style>
span { border-color: #403B04; }
span { border-color: rgb(64,59,4); }
td.TdClassName
{
border-color: #403B04;
}
.TagClassName
{
border-color: #403B04;
}
</style>