Shades of Madras #54400E
Tints of Madras #54400E
RGB
CMYK
RGB Variations
Color information
#54400E (or 0x54400E) is known color: Madras. HEX triplet: 54, 40 and 0E. RGB value is (84,64,14). Sum of RGB (Red+Green+Blue) = 84+64+14=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54400E is #ABBFF1. Grayscale: #404040. Windows color (decimal): -11255794 or 933972. OLE color: 933972.
HSL color Cylindrical-coordinate representation of color #54400E: hue angle of 42.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54400E is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 14 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.67 |
| HSL | 42.86º | 0.71% | 0.19% | - |
| HSV(B) | 42.86º | 0.83% | 0.33% | - |
| XYZ | 5.57 | 5.58 | 1.2 | - |
| YUV | 64.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 14 | 0 | 0.24 | 0.83 | 0.67 | 42.86 | 0.71 | 0.19 |
| Hex | 54 | 40 | E | 0 | 18 | 53 | 43 | 2B | 47 | 13 |
| Octal | 124 | 100 | 16 | 0 | 30 | 123 | 103 | 53 | 107 | 23 |
| Binary | 1010100 | 1000000 | 1110 | 0 | 11000 | 1010011 | 1000011 | 101011 | 1000111 | 10011 |
Color Harmonies of #54400E
Complementary color
Monochromatic Colors of #54400E
Black with #54400E
Text Example
Text Example
White with #54400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54400E; }
p { color: rgb(84,64,14); }
H1.HeaderClassName
{
color: #54400E;
}
.AnyTagClassName
{
color: #54400E;
}
</style>
background-color css
<style>
a { background-color: #54400E; }
a { background-color: rgb(84,64,14); }
div.DivClassName
{
background-color: #54400E;
}
.BgClassName
{
background-color: #54400E;
}
</style>
border-color css
<style>
span { border-color: #54400E; }
span { border-color: rgb(84,64,14); }
td.TdClassName
{
border-color: #54400E;
}
.TagClassName
{
border-color: #54400E;
}
</style>