Shades of Madras #523E0A
Tints of Madras #523E0A
RGB
CMYK
RGB Variations
Color information
#523E0A (or 0x523E0A) is known color: Madras. HEX triplet: 52, 3E and 0A. RGB value is (82,62,10). Sum of RGB (Red+Green+Blue) = 82+62+10=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523E0A is #ADC1F5. Grayscale: #3E3E3E. Windows color (decimal): -11387382 or 671314. OLE color: 671314.
HSL color Cylindrical-coordinate representation of color #523E0A: hue angle of 43.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #523E0A is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 10 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.68 |
| HSL | 43.33º | 0.78% | 0.18% | - |
| HSV(B) | 43.33º | 0.88% | 0.32% | - |
| XYZ | 5.26 | 5.26 | 1.03 | - |
| YUV | 62.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 10 | 0 | 0.24 | 0.88 | 0.68 | 43.33 | 0.78 | 0.18 |
| Hex | 52 | 3E | A | 0 | 18 | 58 | 44 | 2B | 4E | 12 |
| Octal | 122 | 76 | 12 | 0 | 30 | 130 | 104 | 53 | 116 | 22 |
| Binary | 1010010 | 111110 | 1010 | 0 | 11000 | 1011000 | 1000100 | 101011 | 1001110 | 10010 |
Color Harmonies of #523E0A
Complementary color
Monochromatic Colors of #523E0A
Black with #523E0A
Text Example
Text Example
White with #523E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E0A; }
p { color: rgb(82,62,10); }
H1.HeaderClassName
{
color: #523E0A;
}
.AnyTagClassName
{
color: #523E0A;
}
</style>
background-color css
<style>
a { background-color: #523E0A; }
a { background-color: rgb(82,62,10); }
div.DivClassName
{
background-color: #523E0A;
}
.BgClassName
{
background-color: #523E0A;
}
</style>
border-color css
<style>
span { border-color: #523E0A; }
span { border-color: rgb(82,62,10); }
td.TdClassName
{
border-color: #523E0A;
}
.TagClassName
{
border-color: #523E0A;
}
</style>