Shades of Madras #504301
Tints of Madras #504301
RGB
CMYK
RGB Variations
Color information
#504301 (or 0x504301) is known color: Madras. HEX triplet: 50, 43 and 01. RGB value is (80,67,1). Sum of RGB (Red+Green+Blue) = 80+67+1=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #504301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504301 is #AFBCFE. Grayscale: #3F3F3F. Windows color (decimal): -11517183 or 82768. OLE color: 82768.
HSL color Cylindrical-coordinate representation of color #504301: hue angle of 50.13º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #504301 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.69 |
| HSL | 50.13º | 0.98% | 0.16% | - |
| HSV(B) | 50.13º | 0.99% | 0.31% | - |
| XYZ | 5.32 | 5.72 | 0.85 | - |
| YUV | 63.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 1 | 0 | 0.16 | 0.99 | 0.69 | 50.13 | 0.98 | 0.16 |
| Hex | 50 | 43 | 1 | 0 | 10 | 63 | 45 | 32 | 62 | 10 |
| Octal | 120 | 103 | 1 | 0 | 20 | 143 | 105 | 62 | 142 | 20 |
| Binary | 1010000 | 1000011 | 1 | 0 | 10000 | 1100011 | 1000101 | 110010 | 1100010 | 10000 |
Color Harmonies of #504301
Complementary color
Monochromatic Colors of #504301
Black with #504301
Text Example
Text Example
White with #504301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504301; }
p { color: rgb(80,67,1); }
H1.HeaderClassName
{
color: #504301;
}
.AnyTagClassName
{
color: #504301;
}
</style>
background-color css
<style>
a { background-color: #504301; }
a { background-color: rgb(80,67,1); }
div.DivClassName
{
background-color: #504301;
}
.BgClassName
{
background-color: #504301;
}
</style>
border-color css
<style>
span { border-color: #504301; }
span { border-color: rgb(80,67,1); }
td.TdClassName
{
border-color: #504301;
}
.TagClassName
{
border-color: #504301;
}
</style>