Shades of Madras #523F16
Tints of Madras #523F16
RGB
CMYK
RGB Variations
Color information
#523F16 (or 0x523F16) is known color: Madras. HEX triplet: 52, 3F and 16. RGB value is (82,63,22). Sum of RGB (Red+Green+Blue) = 82+63+22=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #523F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F16 is #ADC0E9. Grayscale: #404040. Windows color (decimal): -11387114 or 1458002. OLE color: 1458002.
HSL color Cylindrical-coordinate representation of color #523F16: hue angle of 41º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523F16 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 63 | 22 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.68 |
| HSL | 41º | 0.58% | 0.2% | - |
| HSV(B) | 41º | 0.73% | 0.32% | - |
| XYZ | 5.4 | 5.41 | 1.52 | - |
| YUV | 64.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 22 | 0 | 0.23 | 0.73 | 0.68 | 41 | 0.58 | 0.2 |
| Hex | 52 | 3F | 16 | 0 | 17 | 49 | 44 | 29 | 3A | 14 |
| Octal | 122 | 77 | 26 | 0 | 27 | 111 | 104 | 51 | 72 | 24 |
| Binary | 1010010 | 111111 | 10110 | 0 | 10111 | 1001001 | 1000100 | 101001 | 111010 | 10100 |
Color Harmonies of #523F16
Complementary color
Monochromatic Colors of #523F16
Black with #523F16
Text Example
Text Example
White with #523F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F16; }
p { color: rgb(82,63,22); }
H1.HeaderClassName
{
color: #523F16;
}
.AnyTagClassName
{
color: #523F16;
}
</style>
background-color css
<style>
a { background-color: #523F16; }
a { background-color: rgb(82,63,22); }
div.DivClassName
{
background-color: #523F16;
}
.BgClassName
{
background-color: #523F16;
}
</style>
border-color css
<style>
span { border-color: #523F16; }
span { border-color: rgb(82,63,22); }
td.TdClassName
{
border-color: #523F16;
}
.TagClassName
{
border-color: #523F16;
}
</style>