Shades of Madras #514300
Tints of Madras #514300
RGB
CMYK
RGB Variations
Color information
#514300 (or 0x514300) is known color: Madras. HEX triplet: 51, 43 and 00. RGB value is (81,67,0). Sum of RGB (Red+Green+Blue) = 81+67+0=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #514300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514300 is #AEBCFF. Grayscale: #3F3F3F. Windows color (decimal): -11451648 or 17233. OLE color: 17233.
HSL color Cylindrical-coordinate representation of color #514300: hue angle of 49.63º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #514300 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.68 |
| HSL | 49.63º | 1% | 0.16% | - |
| HSV(B) | 49.63º | 1% | 0.32% | - |
| XYZ | 5.4 | 5.76 | 0.83 | - |
| YUV | 63.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 0 | 0 | 0.17 | 1 | 0.68 | 49.63 | 1 | 0.16 |
| Hex | 51 | 43 | 0 | 0 | 11 | 64 | 44 | 32 | 64 | 10 |
| Octal | 121 | 103 | 0 | 0 | 21 | 144 | 104 | 62 | 144 | 20 |
| Binary | 1010001 | 1000011 | 0 | 0 | 10001 | 1100100 | 1000100 | 110010 | 1100100 | 10000 |
Color Harmonies of #514300
Complementary color
Monochromatic Colors of #514300
Black with #514300
Text Example
Text Example
White with #514300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514300; }
p { color: rgb(81,67,0); }
H1.HeaderClassName
{
color: #514300;
}
.AnyTagClassName
{
color: #514300;
}
</style>
background-color css
<style>
a { background-color: #514300; }
a { background-color: rgb(81,67,0); }
div.DivClassName
{
background-color: #514300;
}
.BgClassName
{
background-color: #514300;
}
</style>
border-color css
<style>
span { border-color: #514300; }
span { border-color: rgb(81,67,0); }
td.TdClassName
{
border-color: #514300;
}
.TagClassName
{
border-color: #514300;
}
</style>