Shades of Madras #53400A
Tints of Madras #53400A
RGB
CMYK
RGB Variations
Color information
#53400A (or 0x53400A) is known color: Madras. HEX triplet: 53, 40 and 0A. RGB value is (83,64,10). Sum of RGB (Red+Green+Blue) = 83+64+10=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #53400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53400A is #ACBFF5. Grayscale: #3F3F3F. Windows color (decimal): -11321334 or 671827. OLE color: 671827.
HSL color Cylindrical-coordinate representation of color #53400A: hue angle of 44.38º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53400A is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 10 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.67 |
| HSL | 44.38º | 0.78% | 0.18% | - |
| HSV(B) | 44.38º | 0.88% | 0.33% | - |
| XYZ | 5.46 | 5.53 | 1.07 | - |
| YUV | 63.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 10 | 0 | 0.23 | 0.88 | 0.67 | 44.38 | 0.78 | 0.18 |
| Hex | 53 | 40 | A | 0 | 17 | 58 | 43 | 2C | 4E | 12 |
| Octal | 123 | 100 | 12 | 0 | 27 | 130 | 103 | 54 | 116 | 22 |
| Binary | 1010011 | 1000000 | 1010 | 0 | 10111 | 1011000 | 1000011 | 101100 | 1001110 | 10010 |
Color Harmonies of #53400A
Complementary color
Monochromatic Colors of #53400A
Black with #53400A
Text Example
Text Example
White with #53400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53400A; }
p { color: rgb(83,64,10); }
H1.HeaderClassName
{
color: #53400A;
}
.AnyTagClassName
{
color: #53400A;
}
</style>
background-color css
<style>
a { background-color: #53400A; }
a { background-color: rgb(83,64,10); }
div.DivClassName
{
background-color: #53400A;
}
.BgClassName
{
background-color: #53400A;
}
</style>
border-color css
<style>
span { border-color: #53400A; }
span { border-color: rgb(83,64,10); }
td.TdClassName
{
border-color: #53400A;
}
.TagClassName
{
border-color: #53400A;
}
</style>