Shades of Madras #523C05
Tints of Madras #523C05
RGB
CMYK
RGB Variations
Color information
#523C05 (or 0x523C05) is known color: Madras. HEX triplet: 52, 3C and 05. RGB value is (82,60,5). Sum of RGB (Red+Green+Blue) = 82+60+5=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #523C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C05 is #ADC3FA. Grayscale: #3C3C3C. Windows color (decimal): -11387899 or 343122. OLE color: 343122.
HSL color Cylindrical-coordinate representation of color #523C05: hue angle of 42.86º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #523C05 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 5 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.68 |
| HSL | 42.86º | 0.89% | 0.17% | - |
| HSV(B) | 42.86º | 0.94% | 0.32% | - |
| XYZ | 5.12 | 5.04 | 0.85 | - |
| YUV | 60.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 5 | 0 | 0.27 | 0.94 | 0.68 | 42.86 | 0.89 | 0.17 |
| Hex | 52 | 3C | 5 | 0 | 1B | 5E | 44 | 2B | 59 | 11 |
| Octal | 122 | 74 | 5 | 0 | 33 | 136 | 104 | 53 | 131 | 21 |
| Binary | 1010010 | 111100 | 101 | 0 | 11011 | 1011110 | 1000100 | 101011 | 1011001 | 10001 |
Color Harmonies of #523C05
Complementary color
Monochromatic Colors of #523C05
Black with #523C05
Text Example
Text Example
White with #523C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C05; }
p { color: rgb(82,60,5); }
H1.HeaderClassName
{
color: #523C05;
}
.AnyTagClassName
{
color: #523C05;
}
</style>
background-color css
<style>
a { background-color: #523C05; }
a { background-color: rgb(82,60,5); }
div.DivClassName
{
background-color: #523C05;
}
.BgClassName
{
background-color: #523C05;
}
</style>
border-color css
<style>
span { border-color: #523C05; }
span { border-color: rgb(82,60,5); }
td.TdClassName
{
border-color: #523C05;
}
.TagClassName
{
border-color: #523C05;
}
</style>