Shades of Madras #52400D
Tints of Madras #52400D
RGB
CMYK
RGB Variations
Color information
#52400D (or 0x52400D) is known color: Madras. HEX triplet: 52, 40 and 0D. RGB value is (82,64,13). Sum of RGB (Red+Green+Blue) = 82+64+13=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #52400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52400D is #ADBFF2. Grayscale: #3F3F3F. Windows color (decimal): -11386867 or 868434. OLE color: 868434.
HSL color Cylindrical-coordinate representation of color #52400D: hue angle of 44.35º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52400D is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 13 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.68 |
| HSL | 44.35º | 0.73% | 0.19% | - |
| HSV(B) | 44.35º | 0.84% | 0.32% | - |
| XYZ | 5.39 | 5.49 | 1.16 | - |
| YUV | 63.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 13 | 0 | 0.22 | 0.84 | 0.68 | 44.35 | 0.73 | 0.19 |
| Hex | 52 | 40 | D | 0 | 16 | 54 | 44 | 2C | 49 | 13 |
| Octal | 122 | 100 | 15 | 0 | 26 | 124 | 104 | 54 | 111 | 23 |
| Binary | 1010010 | 1000000 | 1101 | 0 | 10110 | 1010100 | 1000100 | 101100 | 1001001 | 10011 |
Color Harmonies of #52400D
Complementary color
Monochromatic Colors of #52400D
Black with #52400D
Text Example
Text Example
White with #52400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52400D; }
p { color: rgb(82,64,13); }
H1.HeaderClassName
{
color: #52400D;
}
.AnyTagClassName
{
color: #52400D;
}
</style>
background-color css
<style>
a { background-color: #52400D; }
a { background-color: rgb(82,64,13); }
div.DivClassName
{
background-color: #52400D;
}
.BgClassName
{
background-color: #52400D;
}
</style>
border-color css
<style>
span { border-color: #52400D; }
span { border-color: rgb(82,64,13); }
td.TdClassName
{
border-color: #52400D;
}
.TagClassName
{
border-color: #52400D;
}
</style>