Shades of Madras #523D0E
Tints of Madras #523D0E
RGB
CMYK
RGB Variations
Color information
#523D0E (or 0x523D0E) is known color: Madras. HEX triplet: 52, 3D and 0E. RGB value is (82,61,14). Sum of RGB (Red+Green+Blue) = 82+61+14=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #523D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523D0E is #ADC2F1. Grayscale: #3E3E3E. Windows color (decimal): -11387634 or 933202. OLE color: 933202.
HSL color Cylindrical-coordinate representation of color #523D0E: hue angle of 41.47º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #523D0E is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 14 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.68 |
| HSL | 41.47º | 0.71% | 0.19% | - |
| HSV(B) | 41.47º | 0.83% | 0.32% | - |
| XYZ | 5.23 | 5.16 | 1.14 | - |
| YUV | 61.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 14 | 0 | 0.26 | 0.83 | 0.68 | 41.47 | 0.71 | 0.19 |
| Hex | 52 | 3D | E | 0 | 1A | 53 | 44 | 29 | 47 | 13 |
| Octal | 122 | 75 | 16 | 0 | 32 | 123 | 104 | 51 | 107 | 23 |
| Binary | 1010010 | 111101 | 1110 | 0 | 11010 | 1010011 | 1000100 | 101001 | 1000111 | 10011 |
Color Harmonies of #523D0E
Complementary color
Monochromatic Colors of #523D0E
Black with #523D0E
Text Example
Text Example
White with #523D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D0E; }
p { color: rgb(82,61,14); }
H1.HeaderClassName
{
color: #523D0E;
}
.AnyTagClassName
{
color: #523D0E;
}
</style>
background-color css
<style>
a { background-color: #523D0E; }
a { background-color: rgb(82,61,14); }
div.DivClassName
{
background-color: #523D0E;
}
.BgClassName
{
background-color: #523D0E;
}
</style>
border-color css
<style>
span { border-color: #523D0E; }
span { border-color: rgb(82,61,14); }
td.TdClassName
{
border-color: #523D0E;
}
.TagClassName
{
border-color: #523D0E;
}
</style>