Shades of Madras #403B10
Tints of Madras #403B10
RGB
CMYK
RGB Variations
Color information
#403B10 (or 0x403B10) is known color: Madras. HEX triplet: 40, 3B and 10. RGB value is (64,59,16). Sum of RGB (Red+Green+Blue) = 64+59+16=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #403B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B10 is #BFC4EF. Grayscale: #373737. Windows color (decimal): -12567792 or 1063744. OLE color: 1063744.
HSL color Cylindrical-coordinate representation of color #403B10: hue angle of 53.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403B10 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 16 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.75 |
| HSL | 53.75º | 0.6% | 0.16% | - |
| HSV(B) | 53.75º | 0.75% | 0.25% | - |
| XYZ | 3.77 | 4.26 | 1.11 | - |
| YUV | 55.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 16 | 0 | 0.08 | 0.75 | 0.75 | 53.75 | 0.6 | 0.16 |
| Hex | 40 | 3B | 10 | 0 | 8 | 4B | 4B | 36 | 3C | 10 |
| Octal | 100 | 73 | 20 | 0 | 10 | 113 | 113 | 66 | 74 | 20 |
| Binary | 1000000 | 111011 | 10000 | 0 | 1000 | 1001011 | 1001011 | 110110 | 111100 | 10000 |
Color Harmonies of #403B10
Complementary color
Monochromatic Colors of #403B10
Black with #403B10
Text Example
Text Example
White with #403B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B10; }
p { color: rgb(64,59,16); }
H1.HeaderClassName
{
color: #403B10;
}
.AnyTagClassName
{
color: #403B10;
}
</style>
background-color css
<style>
a { background-color: #403B10; }
a { background-color: rgb(64,59,16); }
div.DivClassName
{
background-color: #403B10;
}
.BgClassName
{
background-color: #403B10;
}
</style>
border-color css
<style>
span { border-color: #403B10; }
span { border-color: rgb(64,59,16); }
td.TdClassName
{
border-color: #403B10;
}
.TagClassName
{
border-color: #403B10;
}
</style>