Shades of Madras #504300
Tints of Madras #504300
RGB
CMYK
RGB Variations
Color information
#504300 (or 0x504300) is known color: Madras. HEX triplet: 50, 43 and 00. RGB value is (80,67,0). Sum of RGB (Red+Green+Blue) = 80+67+0=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #504300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504300 is #AFBCFF. Grayscale: #3F3F3F. Windows color (decimal): -11517184 or 17232. OLE color: 17232.
HSL color Cylindrical-coordinate representation of color #504300: hue angle of 50.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #504300 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.69 |
| HSL | 50.25º | 1% | 0.16% | - |
| HSV(B) | 50.25º | 1% | 0.31% | - |
| XYZ | 5.32 | 5.72 | 0.82 | - |
| YUV | 63.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 0 | 0 | 0.16 | 1 | 0.69 | 50.25 | 1 | 0.16 |
| Hex | 50 | 43 | 0 | 0 | 10 | 64 | 45 | 32 | 64 | 10 |
| Octal | 120 | 103 | 0 | 0 | 20 | 144 | 105 | 62 | 144 | 20 |
| Binary | 1010000 | 1000011 | 0 | 0 | 10000 | 1100100 | 1000101 | 110010 | 1100100 | 10000 |
Color Harmonies of #504300
Complementary color
Monochromatic Colors of #504300
Black with #504300
Text Example
Text Example
White with #504300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504300; }
p { color: rgb(80,67,0); }
H1.HeaderClassName
{
color: #504300;
}
.AnyTagClassName
{
color: #504300;
}
</style>
background-color css
<style>
a { background-color: #504300; }
a { background-color: rgb(80,67,0); }
div.DivClassName
{
background-color: #504300;
}
.BgClassName
{
background-color: #504300;
}
</style>
border-color css
<style>
span { border-color: #504300; }
span { border-color: rgb(80,67,0); }
td.TdClassName
{
border-color: #504300;
}
.TagClassName
{
border-color: #504300;
}
</style>