Shades of Madras #53400D
Tints of Madras #53400D
RGB
CMYK
RGB Variations
Color information
#53400D (or 0x53400D) is known color: Madras. HEX triplet: 53, 40 and 0D. RGB value is (83,64,13). Sum of RGB (Red+Green+Blue) = 83+64+13=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #53400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53400D is #ACBFF2. Grayscale: #404040. Windows color (decimal): -11321331 or 868435. OLE color: 868435.
HSL color Cylindrical-coordinate representation of color #53400D: hue angle of 43.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53400D is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 13 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.67 |
| HSL | 43.71º | 0.73% | 0.19% | - |
| HSV(B) | 43.71º | 0.84% | 0.33% | - |
| XYZ | 5.47 | 5.53 | 1.16 | - |
| YUV | 63.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 13 | 0 | 0.23 | 0.84 | 0.67 | 43.71 | 0.73 | 0.19 |
| Hex | 53 | 40 | D | 0 | 17 | 54 | 43 | 2C | 49 | 13 |
| Octal | 123 | 100 | 15 | 0 | 27 | 124 | 103 | 54 | 111 | 23 |
| Binary | 1010011 | 1000000 | 1101 | 0 | 10111 | 1010100 | 1000011 | 101100 | 1001001 | 10011 |
Color Harmonies of #53400D
Complementary color
Monochromatic Colors of #53400D
Black with #53400D
Text Example
Text Example
White with #53400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53400D; }
p { color: rgb(83,64,13); }
H1.HeaderClassName
{
color: #53400D;
}
.AnyTagClassName
{
color: #53400D;
}
</style>
background-color css
<style>
a { background-color: #53400D; }
a { background-color: rgb(83,64,13); }
div.DivClassName
{
background-color: #53400D;
}
.BgClassName
{
background-color: #53400D;
}
</style>
border-color css
<style>
span { border-color: #53400D; }
span { border-color: rgb(83,64,13); }
td.TdClassName
{
border-color: #53400D;
}
.TagClassName
{
border-color: #53400D;
}
</style>