Shades of Madras #403B09
Tints of Madras #403B09
RGB
CMYK
RGB Variations
Color information
#403B09 (or 0x403B09) is known color: Madras. HEX triplet: 40, 3B and 09. RGB value is (64,59,9). Sum of RGB (Red+Green+Blue) = 64+59+9=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #403B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B09 is #BFC4F6. Grayscale: #363636. Windows color (decimal): -12567799 or 604992. OLE color: 604992.
HSL color Cylindrical-coordinate representation of color #403B09: hue angle of 54.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #403B09 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 9 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.75 |
| HSL | 54.55º | 0.75% | 0.14% | - |
| HSV(B) | 54.55º | 0.86% | 0.25% | - |
| XYZ | 3.73 | 4.24 | 0.88 | - |
| YUV | 54.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 9 | 0 | 0.08 | 0.86 | 0.75 | 54.55 | 0.75 | 0.14 |
| Hex | 40 | 3B | 9 | 0 | 8 | 56 | 4B | 37 | 4B | E |
| Octal | 100 | 73 | 11 | 0 | 10 | 126 | 113 | 67 | 113 | 16 |
| Binary | 1000000 | 111011 | 1001 | 0 | 1000 | 1010110 | 1001011 | 110111 | 1001011 | 1110 |
Color Harmonies of #403B09
Complementary color
Monochromatic Colors of #403B09
Black with #403B09
Text Example
Text Example
White with #403B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B09; }
p { color: rgb(64,59,9); }
H1.HeaderClassName
{
color: #403B09;
}
.AnyTagClassName
{
color: #403B09;
}
</style>
background-color css
<style>
a { background-color: #403B09; }
a { background-color: rgb(64,59,9); }
div.DivClassName
{
background-color: #403B09;
}
.BgClassName
{
background-color: #403B09;
}
</style>
border-color css
<style>
span { border-color: #403B09; }
span { border-color: rgb(64,59,9); }
td.TdClassName
{
border-color: #403B09;
}
.TagClassName
{
border-color: #403B09;
}
</style>