Shades of Madras #524002
Tints of Madras #524002
RGB
CMYK
RGB Variations
Color information
#524002 (or 0x524002) is known color: Madras. HEX triplet: 52, 40 and 02. RGB value is (82,64,2). Sum of RGB (Red+Green+Blue) = 82+64+2=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #524002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524002 is #ADBFFD. Grayscale: #3E3E3E. Windows color (decimal): -11386878 or 147538. OLE color: 147538.
HSL color Cylindrical-coordinate representation of color #524002: hue angle of 46.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #524002 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 2 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.68 |
| HSL | 46.5º | 0.95% | 0.16% | - |
| HSV(B) | 46.5º | 0.98% | 0.32% | - |
| XYZ | 5.32 | 5.47 | 0.83 | - |
| YUV | 62.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 2 | 0 | 0.22 | 0.98 | 0.68 | 46.5 | 0.95 | 0.16 |
| Hex | 52 | 40 | 2 | 0 | 16 | 62 | 44 | 2E | 5F | 10 |
| Octal | 122 | 100 | 2 | 0 | 26 | 142 | 104 | 56 | 137 | 20 |
| Binary | 1010010 | 1000000 | 10 | 0 | 10110 | 1100010 | 1000100 | 101110 | 1011111 | 10000 |
Color Harmonies of #524002
Complementary color
Monochromatic Colors of #524002
Black with #524002
Text Example
Text Example
White with #524002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524002; }
p { color: rgb(82,64,2); }
H1.HeaderClassName
{
color: #524002;
}
.AnyTagClassName
{
color: #524002;
}
</style>
background-color css
<style>
a { background-color: #524002; }
a { background-color: rgb(82,64,2); }
div.DivClassName
{
background-color: #524002;
}
.BgClassName
{
background-color: #524002;
}
</style>
border-color css
<style>
span { border-color: #524002; }
span { border-color: rgb(82,64,2); }
td.TdClassName
{
border-color: #524002;
}
.TagClassName
{
border-color: #524002;
}
</style>