Shades of Madras #524403
Tints of Madras #524403
RGB
CMYK
RGB Variations
Color information
#524403 (or 0x524403) is known color: Madras. HEX triplet: 52, 44 and 03. RGB value is (82,68,3). Sum of RGB (Red+Green+Blue) = 82+68+3=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #524403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524403 is #ADBBFC. Grayscale: #414141. Windows color (decimal): -11385853 or 214098. OLE color: 214098.
HSL color Cylindrical-coordinate representation of color #524403: hue angle of 49.37º 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 #524403 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 68 | 3 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.68 |
| HSL | 49.37º | 0.93% | 0.17% | - |
| HSV(B) | 49.37º | 0.96% | 0.32% | - |
| XYZ | 5.56 | 5.93 | 0.94 | - |
| YUV | 64.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 3 | 0 | 0.17 | 0.96 | 0.68 | 49.37 | 0.93 | 0.17 |
| Hex | 52 | 44 | 3 | 0 | 11 | 60 | 44 | 31 | 5D | 11 |
| Octal | 122 | 104 | 3 | 0 | 21 | 140 | 104 | 61 | 135 | 21 |
| Binary | 1010010 | 1000100 | 11 | 0 | 10001 | 1100000 | 1000100 | 110001 | 1011101 | 10001 |
Color Harmonies of #524403
Complementary color
Monochromatic Colors of #524403
Black with #524403
Text Example
Text Example
White with #524403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524403; }
p { color: rgb(82,68,3); }
H1.HeaderClassName
{
color: #524403;
}
.AnyTagClassName
{
color: #524403;
}
</style>
background-color css
<style>
a { background-color: #524403; }
a { background-color: rgb(82,68,3); }
div.DivClassName
{
background-color: #524403;
}
.BgClassName
{
background-color: #524403;
}
</style>
border-color css
<style>
span { border-color: #524403; }
span { border-color: rgb(82,68,3); }
td.TdClassName
{
border-color: #524403;
}
.TagClassName
{
border-color: #524403;
}
</style>