Shades of Madras #523C13
Tints of Madras #523C13
RGB
CMYK
RGB Variations
Color information
#523C13 (or 0x523C13) is known color: Madras. HEX triplet: 52, 3C and 13. RGB value is (82,60,19). Sum of RGB (Red+Green+Blue) = 82+60+19=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #523C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C13 is #ADC3EC. Grayscale: #3E3E3E. Windows color (decimal): -11387885 or 1260626. OLE color: 1260626.
HSL color Cylindrical-coordinate representation of color #523C13: hue angle of 39.05º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #523C13 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 19 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.68 |
| HSL | 39.05º | 0.62% | 0.2% | - |
| HSV(B) | 39.05º | 0.77% | 0.32% | - |
| XYZ | 5.21 | 5.07 | 1.32 | - |
| YUV | 61.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 19 | 0 | 0.27 | 0.77 | 0.68 | 39.05 | 0.62 | 0.2 |
| Hex | 52 | 3C | 13 | 0 | 1B | 4D | 44 | 27 | 3E | 14 |
| Octal | 122 | 74 | 23 | 0 | 33 | 115 | 104 | 47 | 76 | 24 |
| Binary | 1010010 | 111100 | 10011 | 0 | 11011 | 1001101 | 1000100 | 100111 | 111110 | 10100 |
Color Harmonies of #523C13
Complementary color
Monochromatic Colors of #523C13
Black with #523C13
Text Example
Text Example
White with #523C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C13; }
p { color: rgb(82,60,19); }
H1.HeaderClassName
{
color: #523C13;
}
.AnyTagClassName
{
color: #523C13;
}
</style>
background-color css
<style>
a { background-color: #523C13; }
a { background-color: rgb(82,60,19); }
div.DivClassName
{
background-color: #523C13;
}
.BgClassName
{
background-color: #523C13;
}
</style>
border-color css
<style>
span { border-color: #523C13; }
span { border-color: rgb(82,60,19); }
td.TdClassName
{
border-color: #523C13;
}
.TagClassName
{
border-color: #523C13;
}
</style>