Shades of Madras #523E13
Tints of Madras #523E13
RGB
CMYK
RGB Variations
Color information
#523E13 (or 0x523E13) is known color: Madras. HEX triplet: 52, 3E and 13. RGB value is (82,62,19). Sum of RGB (Red+Green+Blue) = 82+62+19=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #523E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E13 is #ADC1EC. Grayscale: #3F3F3F. Windows color (decimal): -11387373 or 1261138. OLE color: 1261138.
HSL color Cylindrical-coordinate representation of color #523E13: hue angle of 40.95º 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 #523E13 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 19 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.68 |
| HSL | 40.95º | 0.62% | 0.2% | - |
| HSV(B) | 40.95º | 0.77% | 0.32% | - |
| XYZ | 5.32 | 5.29 | 1.36 | - |
| YUV | 63.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 19 | 0 | 0.24 | 0.77 | 0.68 | 40.95 | 0.62 | 0.2 |
| Hex | 52 | 3E | 13 | 0 | 18 | 4D | 44 | 29 | 3E | 14 |
| Octal | 122 | 76 | 23 | 0 | 30 | 115 | 104 | 51 | 76 | 24 |
| Binary | 1010010 | 111110 | 10011 | 0 | 11000 | 1001101 | 1000100 | 101001 | 111110 | 10100 |
Color Harmonies of #523E13
Complementary color
Monochromatic Colors of #523E13
Black with #523E13
Text Example
Text Example
White with #523E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E13; }
p { color: rgb(82,62,19); }
H1.HeaderClassName
{
color: #523E13;
}
.AnyTagClassName
{
color: #523E13;
}
</style>
background-color css
<style>
a { background-color: #523E13; }
a { background-color: rgb(82,62,19); }
div.DivClassName
{
background-color: #523E13;
}
.BgClassName
{
background-color: #523E13;
}
</style>
border-color css
<style>
span { border-color: #523E13; }
span { border-color: rgb(82,62,19); }
td.TdClassName
{
border-color: #523E13;
}
.TagClassName
{
border-color: #523E13;
}
</style>