Shades of Madras #54400C
Tints of Madras #54400C
RGB
CMYK
RGB Variations
Color information
#54400C (or 0x54400C) is known color: Madras. HEX triplet: 54, 40 and 0C. RGB value is (84,64,12). Sum of RGB (Red+Green+Blue) = 84+64+12=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54400C is #ABBFF3. Grayscale: #404040. Windows color (decimal): -11255796 or 802900. OLE color: 802900.
HSL color Cylindrical-coordinate representation of color #54400C: hue angle of 43.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54400C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 12 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.67 |
| HSL | 43.33º | 0.75% | 0.19% | - |
| HSV(B) | 43.33º | 0.86% | 0.33% | - |
| XYZ | 5.56 | 5.58 | 1.13 | - |
| YUV | 64.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 12 | 0 | 0.24 | 0.86 | 0.67 | 43.33 | 0.75 | 0.19 |
| Hex | 54 | 40 | C | 0 | 18 | 56 | 43 | 2B | 4B | 13 |
| Octal | 124 | 100 | 14 | 0 | 30 | 126 | 103 | 53 | 113 | 23 |
| Binary | 1010100 | 1000000 | 1100 | 0 | 11000 | 1010110 | 1000011 | 101011 | 1001011 | 10011 |
Color Harmonies of #54400C
Complementary color
Monochromatic Colors of #54400C
Black with #54400C
Text Example
Text Example
White with #54400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54400C; }
p { color: rgb(84,64,12); }
H1.HeaderClassName
{
color: #54400C;
}
.AnyTagClassName
{
color: #54400C;
}
</style>
background-color css
<style>
a { background-color: #54400C; }
a { background-color: rgb(84,64,12); }
div.DivClassName
{
background-color: #54400C;
}
.BgClassName
{
background-color: #54400C;
}
</style>
border-color css
<style>
span { border-color: #54400C; }
span { border-color: rgb(84,64,12); }
td.TdClassName
{
border-color: #54400C;
}
.TagClassName
{
border-color: #54400C;
}
</style>