Shades of Madras #524203
Tints of Madras #524203
RGB
CMYK
RGB Variations
Color information
#524203 (or 0x524203) is known color: Madras. HEX triplet: 52, 42 and 03. RGB value is (82,66,3). Sum of RGB (Red+Green+Blue) = 82+66+3=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #524203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524203 is #ADBDFC. Grayscale: #3F3F3F. Windows color (decimal): -11386365 or 213586. OLE color: 213586.
HSL color Cylindrical-coordinate representation of color #524203: hue angle of 47.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #524203 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 3 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.68 |
| HSL | 47.85º | 0.93% | 0.17% | - |
| HSV(B) | 47.85º | 0.96% | 0.32% | - |
| XYZ | 5.44 | 5.7 | 0.9 | - |
| YUV | 63.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 3 | 0 | 0.20 | 0.96 | 0.68 | 47.85 | 0.93 | 0.17 |
| Hex | 52 | 42 | 3 | 0 | 14 | 60 | 44 | 30 | 5D | 11 |
| Octal | 122 | 102 | 3 | 0 | 24 | 140 | 104 | 60 | 135 | 21 |
| Binary | 1010010 | 1000010 | 11 | 0 | 10100 | 1100000 | 1000100 | 110000 | 1011101 | 10001 |
Color Harmonies of #524203
Complementary color
Monochromatic Colors of #524203
Black with #524203
Text Example
Text Example
White with #524203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524203; }
p { color: rgb(82,66,3); }
H1.HeaderClassName
{
color: #524203;
}
.AnyTagClassName
{
color: #524203;
}
</style>
background-color css
<style>
a { background-color: #524203; }
a { background-color: rgb(82,66,3); }
div.DivClassName
{
background-color: #524203;
}
.BgClassName
{
background-color: #524203;
}
</style>
border-color css
<style>
span { border-color: #524203; }
span { border-color: rgb(82,66,3); }
td.TdClassName
{
border-color: #524203;
}
.TagClassName
{
border-color: #524203;
}
</style>