Shades of Madras #54400D
Tints of Madras #54400D
RGB
CMYK
RGB Variations
Color information
#54400D (or 0x54400D) is known color: Madras. HEX triplet: 54, 40 and 0D. RGB value is (84,64,13). Sum of RGB (Red+Green+Blue) = 84+64+13=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54400D is #ABBFF2. Grayscale: #404040. Windows color (decimal): -11255795 or 868436. OLE color: 868436.
HSL color Cylindrical-coordinate representation of color #54400D: hue angle of 43.1º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54400D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 13 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.67 |
| HSL | 43.1º | 0.73% | 0.19% | - |
| HSV(B) | 43.1º | 0.85% | 0.33% | - |
| XYZ | 5.56 | 5.58 | 1.16 | - |
| YUV | 64.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 13 | 0 | 0.24 | 0.85 | 0.67 | 43.1 | 0.73 | 0.19 |
| Hex | 54 | 40 | D | 0 | 18 | 55 | 43 | 2B | 49 | 13 |
| Octal | 124 | 100 | 15 | 0 | 30 | 125 | 103 | 53 | 111 | 23 |
| Binary | 1010100 | 1000000 | 1101 | 0 | 11000 | 1010101 | 1000011 | 101011 | 1001001 | 10011 |
Color Harmonies of #54400D
Complementary color
Monochromatic Colors of #54400D
Black with #54400D
Text Example
Text Example
White with #54400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54400D; }
p { color: rgb(84,64,13); }
H1.HeaderClassName
{
color: #54400D;
}
.AnyTagClassName
{
color: #54400D;
}
</style>
background-color css
<style>
a { background-color: #54400D; }
a { background-color: rgb(84,64,13); }
div.DivClassName
{
background-color: #54400D;
}
.BgClassName
{
background-color: #54400D;
}
</style>
border-color css
<style>
span { border-color: #54400D; }
span { border-color: rgb(84,64,13); }
td.TdClassName
{
border-color: #54400D;
}
.TagClassName
{
border-color: #54400D;
}
</style>