Shades of Madras #534201
Tints of Madras #534201
RGB
CMYK
RGB Variations
Color information
#534201 (or 0x534201) is known color: Madras. HEX triplet: 53, 42 and 01. RGB value is (83,66,1). Sum of RGB (Red+Green+Blue) = 83+66+1=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #534201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534201 is #ACBDFE. Grayscale: #3F3F3F. Windows color (decimal): -11320831 or 82515. OLE color: 82515.
HSL color Cylindrical-coordinate representation of color #534201: hue angle of 47.56º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #534201 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.67 |
| HSL | 47.56º | 0.98% | 0.16% | - |
| HSV(B) | 47.56º | 0.99% | 0.33% | - |
| XYZ | 5.52 | 5.74 | 0.85 | - |
| YUV | 63.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 1 | 0 | 0.20 | 0.99 | 0.67 | 47.56 | 0.98 | 0.16 |
| Hex | 53 | 42 | 1 | 0 | 14 | 63 | 43 | 30 | 62 | 10 |
| Octal | 123 | 102 | 1 | 0 | 24 | 143 | 103 | 60 | 142 | 20 |
| Binary | 1010011 | 1000010 | 1 | 0 | 10100 | 1100011 | 1000011 | 110000 | 1100010 | 10000 |
Color Harmonies of #534201
Complementary color
Monochromatic Colors of #534201
Black with #534201
Text Example
Text Example
White with #534201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534201; }
p { color: rgb(83,66,1); }
H1.HeaderClassName
{
color: #534201;
}
.AnyTagClassName
{
color: #534201;
}
</style>
background-color css
<style>
a { background-color: #534201; }
a { background-color: rgb(83,66,1); }
div.DivClassName
{
background-color: #534201;
}
.BgClassName
{
background-color: #534201;
}
</style>
border-color css
<style>
span { border-color: #534201; }
span { border-color: rgb(83,66,1); }
td.TdClassName
{
border-color: #534201;
}
.TagClassName
{
border-color: #534201;
}
</style>