Shades of Madras #52400B
Tints of Madras #52400B
RGB
CMYK
RGB Variations
Color information
#52400B (or 0x52400B) is known color: Madras. HEX triplet: 52, 40 and 0B. RGB value is (82,64,11). Sum of RGB (Red+Green+Blue) = 82+64+11=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #52400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52400B is #ADBFF4. Grayscale: #3F3F3F. Windows color (decimal): -11386869 or 737362. OLE color: 737362.
HSL color Cylindrical-coordinate representation of color #52400B: hue angle of 44.79º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52400B is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 64 | 11 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.68 |
| HSL | 44.79º | 0.76% | 0.18% | - |
| HSV(B) | 44.79º | 0.87% | 0.32% | - |
| XYZ | 5.37 | 5.48 | 1.09 | - |
| YUV | 63.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 11 | 0 | 0.22 | 0.87 | 0.68 | 44.79 | 0.76 | 0.18 |
| Hex | 52 | 40 | B | 0 | 16 | 57 | 44 | 2D | 4C | 12 |
| Octal | 122 | 100 | 13 | 0 | 26 | 127 | 104 | 55 | 114 | 22 |
| Binary | 1010010 | 1000000 | 1011 | 0 | 10110 | 1010111 | 1000100 | 101101 | 1001100 | 10010 |
Color Harmonies of #52400B
Complementary color
Monochromatic Colors of #52400B
Black with #52400B
Text Example
Text Example
White with #52400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52400B; }
p { color: rgb(82,64,11); }
H1.HeaderClassName
{
color: #52400B;
}
.AnyTagClassName
{
color: #52400B;
}
</style>
background-color css
<style>
a { background-color: #52400B; }
a { background-color: rgb(82,64,11); }
div.DivClassName
{
background-color: #52400B;
}
.BgClassName
{
background-color: #52400B;
}
</style>
border-color css
<style>
span { border-color: #52400B; }
span { border-color: rgb(82,64,11); }
td.TdClassName
{
border-color: #52400B;
}
.TagClassName
{
border-color: #52400B;
}
</style>