Shades of Madras #523F18
Tints of Madras #523F18
RGB
CMYK
RGB Variations
Color information
#523F18 (or 0x523F18) is known color: Madras. HEX triplet: 52, 3F and 18. RGB value is (82,63,24). Sum of RGB (Red+Green+Blue) = 82+63+24=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #523F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523F18 is #ADC0E7. Grayscale: #404040. Windows color (decimal): -11387112 or 1589074. OLE color: 1589074.
HSL color Cylindrical-coordinate representation of color #523F18: hue angle of 40.34º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #523F18 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 63 | 24 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.68 |
| HSL | 40.34º | 0.55% | 0.21% | - |
| HSV(B) | 40.34º | 0.71% | 0.32% | - |
| XYZ | 5.42 | 5.41 | 1.62 | - |
| YUV | 64.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 24 | 0 | 0.23 | 0.71 | 0.68 | 40.34 | 0.55 | 0.21 |
| Hex | 52 | 3F | 18 | 0 | 17 | 47 | 44 | 28 | 37 | 15 |
| Octal | 122 | 77 | 30 | 0 | 27 | 107 | 104 | 50 | 67 | 25 |
| Binary | 1010010 | 111111 | 11000 | 0 | 10111 | 1000111 | 1000100 | 101000 | 110111 | 10101 |
Color Harmonies of #523F18
Complementary color
Monochromatic Colors of #523F18
Black with #523F18
Text Example
Text Example
White with #523F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F18; }
p { color: rgb(82,63,24); }
H1.HeaderClassName
{
color: #523F18;
}
.AnyTagClassName
{
color: #523F18;
}
</style>
background-color css
<style>
a { background-color: #523F18; }
a { background-color: rgb(82,63,24); }
div.DivClassName
{
background-color: #523F18;
}
.BgClassName
{
background-color: #523F18;
}
</style>
border-color css
<style>
span { border-color: #523F18; }
span { border-color: rgb(82,63,24); }
td.TdClassName
{
border-color: #523F18;
}
.TagClassName
{
border-color: #523F18;
}
</style>