Shades of Madras #52420E
Tints of Madras #52420E
RGB
CMYK
RGB Variations
Color information
#52420E (or 0x52420E) is known color: Madras. HEX triplet: 52, 42 and 0E. RGB value is (82,66,14). Sum of RGB (Red+Green+Blue) = 82+66+14=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52420E is #ADBDF1. Grayscale: #414141. Windows color (decimal): -11386354 or 934482. OLE color: 934482.
HSL color Cylindrical-coordinate representation of color #52420E: hue angle of 45.88º 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 #52420E is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 14 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.68 |
| HSL | 45.88º | 0.71% | 0.19% | - |
| HSV(B) | 45.88º | 0.83% | 0.32% | - |
| XYZ | 5.51 | 5.72 | 1.23 | - |
| YUV | 64.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 14 | 0 | 0.20 | 0.83 | 0.68 | 45.88 | 0.71 | 0.19 |
| Hex | 52 | 42 | E | 0 | 14 | 53 | 44 | 2E | 47 | 13 |
| Octal | 122 | 102 | 16 | 0 | 24 | 123 | 104 | 56 | 107 | 23 |
| Binary | 1010010 | 1000010 | 1110 | 0 | 10100 | 1010011 | 1000100 | 101110 | 1000111 | 10011 |
Color Harmonies of #52420E
Complementary color
Monochromatic Colors of #52420E
Black with #52420E
Text Example
Text Example
White with #52420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52420E; }
p { color: rgb(82,66,14); }
H1.HeaderClassName
{
color: #52420E;
}
.AnyTagClassName
{
color: #52420E;
}
</style>
background-color css
<style>
a { background-color: #52420E; }
a { background-color: rgb(82,66,14); }
div.DivClassName
{
background-color: #52420E;
}
.BgClassName
{
background-color: #52420E;
}
</style>
border-color css
<style>
span { border-color: #52420E; }
span { border-color: rgb(82,66,14); }
td.TdClassName
{
border-color: #52420E;
}
.TagClassName
{
border-color: #52420E;
}
</style>