Shades of Madras #53400B
Tints of Madras #53400B
RGB
CMYK
RGB Variations
Color information
#53400B (or 0x53400B) is known color: Madras. HEX triplet: 53, 40 and 0B. RGB value is (83,64,11). Sum of RGB (Red+Green+Blue) = 83+64+11=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53400B is #ACBFF4. Grayscale: #3F3F3F. Windows color (decimal): -11321333 or 737363. OLE color: 737363.
HSL color Cylindrical-coordinate representation of color #53400B: hue angle of 44.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53400B is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 11 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.67 |
| HSL | 44.17º | 0.77% | 0.18% | - |
| HSV(B) | 44.17º | 0.87% | 0.33% | - |
| XYZ | 5.46 | 5.53 | 1.1 | - |
| YUV | 63.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 11 | 0 | 0.23 | 0.87 | 0.67 | 44.17 | 0.77 | 0.18 |
| Hex | 53 | 40 | B | 0 | 17 | 57 | 43 | 2C | 4D | 12 |
| Octal | 123 | 100 | 13 | 0 | 27 | 127 | 103 | 54 | 115 | 22 |
| Binary | 1010011 | 1000000 | 1011 | 0 | 10111 | 1010111 | 1000011 | 101100 | 1001101 | 10010 |
Color Harmonies of #53400B
Complementary color
Monochromatic Colors of #53400B
Black with #53400B
Text Example
Text Example
White with #53400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53400B; }
p { color: rgb(83,64,11); }
H1.HeaderClassName
{
color: #53400B;
}
.AnyTagClassName
{
color: #53400B;
}
</style>
background-color css
<style>
a { background-color: #53400B; }
a { background-color: rgb(83,64,11); }
div.DivClassName
{
background-color: #53400B;
}
.BgClassName
{
background-color: #53400B;
}
</style>
border-color css
<style>
span { border-color: #53400B; }
span { border-color: rgb(83,64,11); }
td.TdClassName
{
border-color: #53400B;
}
.TagClassName
{
border-color: #53400B;
}
</style>