Shades of Madras #52410C
Tints of Madras #52410C
RGB
CMYK
RGB Variations
Color information
#52410C (or 0x52410C) is known color: Madras. HEX triplet: 52, 41 and 0C. RGB value is (82,65,12). Sum of RGB (Red+Green+Blue) = 82+65+12=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52410C is #ADBEF3. Grayscale: #404040. Windows color (decimal): -11386612 or 803154. OLE color: 803154.
HSL color Cylindrical-coordinate representation of color #52410C: hue angle of 45.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52410C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 12 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.68 |
| HSL | 45.43º | 0.74% | 0.18% | - |
| HSV(B) | 45.43º | 0.85% | 0.32% | - |
| XYZ | 5.44 | 5.6 | 1.14 | - |
| YUV | 64.04 | 98.63 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 12 | 0 | 0.21 | 0.85 | 0.68 | 45.43 | 0.74 | 0.18 |
| Hex | 52 | 41 | C | 0 | 15 | 55 | 44 | 2D | 4A | 12 |
| Octal | 122 | 101 | 14 | 0 | 25 | 125 | 104 | 55 | 112 | 22 |
| Binary | 1010010 | 1000001 | 1100 | 0 | 10101 | 1010101 | 1000100 | 101101 | 1001010 | 10010 |
Color Harmonies of #52410C
Complementary color
Monochromatic Colors of #52410C
Black with #52410C
Text Example
Text Example
White with #52410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52410C; }
p { color: rgb(82,65,12); }
H1.HeaderClassName
{
color: #52410C;
}
.AnyTagClassName
{
color: #52410C;
}
</style>
background-color css
<style>
a { background-color: #52410C; }
a { background-color: rgb(82,65,12); }
div.DivClassName
{
background-color: #52410C;
}
.BgClassName
{
background-color: #52410C;
}
</style>
border-color css
<style>
span { border-color: #52410C; }
span { border-color: rgb(82,65,12); }
td.TdClassName
{
border-color: #52410C;
}
.TagClassName
{
border-color: #52410C;
}
</style>