Shades of Madras #514602
Tints of Madras #514602
RGB
CMYK
RGB Variations
Color information
#514602 (or 0x514602) is known color: Madras. HEX triplet: 51, 46 and 02. RGB value is (81,70,2). Sum of RGB (Red+Green+Blue) = 81+70+2=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #514602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514602 is #AEB9FD. Grayscale: #414141. Windows color (decimal): -11450878 or 149073. OLE color: 149073.
HSL color Cylindrical-coordinate representation of color #514602: hue angle of 51.65º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #514602 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.68 |
| HSL | 51.65º | 0.95% | 0.16% | - |
| HSV(B) | 51.65º | 0.98% | 0.32% | - |
| XYZ | 5.59 | 6.13 | 0.95 | - |
| YUV | 65.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 2 | 0 | 0.14 | 0.98 | 0.68 | 51.65 | 0.95 | 0.16 |
| Hex | 51 | 46 | 2 | 0 | E | 62 | 44 | 34 | 5F | 10 |
| Octal | 121 | 106 | 2 | 0 | 16 | 142 | 104 | 64 | 137 | 20 |
| Binary | 1010001 | 1000110 | 10 | 0 | 1110 | 1100010 | 1000100 | 110100 | 1011111 | 10000 |
Color Harmonies of #514602
Complementary color
Monochromatic Colors of #514602
Black with #514602
Text Example
Text Example
White with #514602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514602; }
p { color: rgb(81,70,2); }
H1.HeaderClassName
{
color: #514602;
}
.AnyTagClassName
{
color: #514602;
}
</style>
background-color css
<style>
a { background-color: #514602; }
a { background-color: rgb(81,70,2); }
div.DivClassName
{
background-color: #514602;
}
.BgClassName
{
background-color: #514602;
}
</style>
border-color css
<style>
span { border-color: #514602; }
span { border-color: rgb(81,70,2); }
td.TdClassName
{
border-color: #514602;
}
.TagClassName
{
border-color: #514602;
}
</style>