Shades of Madras #524102
Tints of Madras #524102
RGB
CMYK
RGB Variations
Color information
#524102 (or 0x524102) is known color: Madras. HEX triplet: 52, 41 and 02. RGB value is (82,65,2). Sum of RGB (Red+Green+Blue) = 82+65+2=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #524102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524102 is #ADBEFD. Grayscale: #3F3F3F. Windows color (decimal): -11386622 or 147794. OLE color: 147794.
HSL color Cylindrical-coordinate representation of color #524102: hue angle of 47.25º 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 #524102 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 2 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.68 |
| HSL | 47.25º | 0.95% | 0.16% | - |
| HSV(B) | 47.25º | 0.98% | 0.32% | - |
| XYZ | 5.38 | 5.58 | 0.85 | - |
| YUV | 62.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 2 | 0 | 0.21 | 0.98 | 0.68 | 47.25 | 0.95 | 0.16 |
| Hex | 52 | 41 | 2 | 0 | 15 | 62 | 44 | 2F | 5F | 10 |
| Octal | 122 | 101 | 2 | 0 | 25 | 142 | 104 | 57 | 137 | 20 |
| Binary | 1010010 | 1000001 | 10 | 0 | 10101 | 1100010 | 1000100 | 101111 | 1011111 | 10000 |
Color Harmonies of #524102
Complementary color
Monochromatic Colors of #524102
Black with #524102
Text Example
Text Example
White with #524102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524102; }
p { color: rgb(82,65,2); }
H1.HeaderClassName
{
color: #524102;
}
.AnyTagClassName
{
color: #524102;
}
</style>
background-color css
<style>
a { background-color: #524102; }
a { background-color: rgb(82,65,2); }
div.DivClassName
{
background-color: #524102;
}
.BgClassName
{
background-color: #524102;
}
</style>
border-color css
<style>
span { border-color: #524102; }
span { border-color: rgb(82,65,2); }
td.TdClassName
{
border-color: #524102;
}
.TagClassName
{
border-color: #524102;
}
</style>