Shades of Madras #523D10
Tints of Madras #523D10
RGB
CMYK
RGB Variations
Color information
#523D10 (or 0x523D10) is known color: Madras. HEX triplet: 52, 3D and 10. RGB value is (82,61,16). Sum of RGB (Red+Green+Blue) = 82+61+16=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #523D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D10 is #ADC2EF. Grayscale: #3E3E3E. Windows color (decimal): -11387632 or 1064274. OLE color: 1064274.
HSL color Cylindrical-coordinate representation of color #523D10: hue angle of 40.91º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #523D10 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 16 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.68 |
| HSL | 40.91º | 0.67% | 0.19% | - |
| HSV(B) | 40.91º | 0.8% | 0.32% | - |
| XYZ | 5.24 | 5.17 | 1.21 | - |
| YUV | 62.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 16 | 0 | 0.26 | 0.80 | 0.68 | 40.91 | 0.67 | 0.19 |
| Hex | 52 | 3D | 10 | 0 | 1A | 50 | 44 | 29 | 43 | 13 |
| Octal | 122 | 75 | 20 | 0 | 32 | 120 | 104 | 51 | 103 | 23 |
| Binary | 1010010 | 111101 | 10000 | 0 | 11010 | 1010000 | 1000100 | 101001 | 1000011 | 10011 |
Color Harmonies of #523D10
Complementary color
Monochromatic Colors of #523D10
Black with #523D10
Text Example
Text Example
White with #523D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D10; }
p { color: rgb(82,61,16); }
H1.HeaderClassName
{
color: #523D10;
}
.AnyTagClassName
{
color: #523D10;
}
</style>
background-color css
<style>
a { background-color: #523D10; }
a { background-color: rgb(82,61,16); }
div.DivClassName
{
background-color: #523D10;
}
.BgClassName
{
background-color: #523D10;
}
</style>
border-color css
<style>
span { border-color: #523D10; }
span { border-color: rgb(82,61,16); }
td.TdClassName
{
border-color: #523D10;
}
.TagClassName
{
border-color: #523D10;
}
</style>