Shades of Madras #514209
Tints of Madras #514209
RGB
CMYK
RGB Variations
Color information
#514209 (or 0x514209) is known color: Madras. HEX triplet: 51, 42 and 09. RGB value is (81,66,9). Sum of RGB (Red+Green+Blue) = 81+66+9=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514209 is #AEBDF6. Grayscale: #404040. Windows color (decimal): -11451895 or 606801. OLE color: 606801.
HSL color Cylindrical-coordinate representation of color #514209: hue angle of 47.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #514209 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 66 | 9 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.68 |
| HSL | 47.5º | 0.8% | 0.18% | - |
| HSV(B) | 47.5º | 0.89% | 0.32% | - |
| XYZ | 5.39 | 5.67 | 1.07 | - |
| YUV | 63.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 9 | 0 | 0.19 | 0.89 | 0.68 | 47.5 | 0.8 | 0.18 |
| Hex | 51 | 42 | 9 | 0 | 13 | 59 | 44 | 30 | 50 | 12 |
| Octal | 121 | 102 | 11 | 0 | 23 | 131 | 104 | 60 | 120 | 22 |
| Binary | 1010001 | 1000010 | 1001 | 0 | 10011 | 1011001 | 1000100 | 110000 | 1010000 | 10010 |
Color Harmonies of #514209
Complementary color
Monochromatic Colors of #514209
Black with #514209
Text Example
Text Example
White with #514209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514209; }
p { color: rgb(81,66,9); }
H1.HeaderClassName
{
color: #514209;
}
.AnyTagClassName
{
color: #514209;
}
</style>
background-color css
<style>
a { background-color: #514209; }
a { background-color: rgb(81,66,9); }
div.DivClassName
{
background-color: #514209;
}
.BgClassName
{
background-color: #514209;
}
</style>
border-color css
<style>
span { border-color: #514209; }
span { border-color: rgb(81,66,9); }
td.TdClassName
{
border-color: #514209;
}
.TagClassName
{
border-color: #514209;
}
</style>