Shades of Madras #52400A
Tints of Madras #52400A
RGB
CMYK
RGB Variations
Color information
#52400A (or 0x52400A) is known color: Madras. HEX triplet: 52, 40 and 0A. RGB value is (82,64,10). Sum of RGB (Red+Green+Blue) = 82+64+10=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #52400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52400A is #ADBFF5. Grayscale: #3F3F3F. Windows color (decimal): -11386870 or 671826. OLE color: 671826.
HSL color Cylindrical-coordinate representation of color #52400A: hue angle of 45º 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 #52400A is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 10 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.68 |
| HSL | 45º | 0.78% | 0.18% | - |
| HSV(B) | 45º | 0.88% | 0.32% | - |
| XYZ | 5.37 | 5.48 | 1.06 | - |
| YUV | 63.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 10 | 0 | 0.22 | 0.88 | 0.68 | 45 | 0.78 | 0.18 |
| Hex | 52 | 40 | A | 0 | 16 | 58 | 44 | 2D | 4E | 12 |
| Octal | 122 | 100 | 12 | 0 | 26 | 130 | 104 | 55 | 116 | 22 |
| Binary | 1010010 | 1000000 | 1010 | 0 | 10110 | 1011000 | 1000100 | 101101 | 1001110 | 10010 |
Color Harmonies of #52400A
Complementary color
Monochromatic Colors of #52400A
Black with #52400A
Text Example
Text Example
White with #52400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52400A; }
p { color: rgb(82,64,10); }
H1.HeaderClassName
{
color: #52400A;
}
.AnyTagClassName
{
color: #52400A;
}
</style>
background-color css
<style>
a { background-color: #52400A; }
a { background-color: rgb(82,64,10); }
div.DivClassName
{
background-color: #52400A;
}
.BgClassName
{
background-color: #52400A;
}
</style>
border-color css
<style>
span { border-color: #52400A; }
span { border-color: rgb(82,64,10); }
td.TdClassName
{
border-color: #52400A;
}
.TagClassName
{
border-color: #52400A;
}
</style>