Shades of Madras #54420E
Tints of Madras #54420E
RGB
CMYK
RGB Variations
Color information
#54420E (or 0x54420E) is known color: Madras. HEX triplet: 54, 42 and 0E. RGB value is (84,66,14). Sum of RGB (Red+Green+Blue) = 84+66+14=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54420E is #ABBDF1. Grayscale: #414141. Windows color (decimal): -11255282 or 934484. OLE color: 934484.
HSL color Cylindrical-coordinate representation of color #54420E: hue angle of 44.57º 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 #54420E is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 14 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.67 |
| HSL | 44.57º | 0.71% | 0.19% | - |
| HSV(B) | 44.57º | 0.83% | 0.33% | - |
| XYZ | 5.68 | 5.81 | 1.24 | - |
| YUV | 65.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 14 | 0 | 0.21 | 0.83 | 0.67 | 44.57 | 0.71 | 0.19 |
| Hex | 54 | 42 | E | 0 | 15 | 53 | 43 | 2D | 47 | 13 |
| Octal | 124 | 102 | 16 | 0 | 25 | 123 | 103 | 55 | 107 | 23 |
| Binary | 1010100 | 1000010 | 1110 | 0 | 10101 | 1010011 | 1000011 | 101101 | 1000111 | 10011 |
Color Harmonies of #54420E
Complementary color
Monochromatic Colors of #54420E
Black with #54420E
Text Example
Text Example
White with #54420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54420E; }
p { color: rgb(84,66,14); }
H1.HeaderClassName
{
color: #54420E;
}
.AnyTagClassName
{
color: #54420E;
}
</style>
background-color css
<style>
a { background-color: #54420E; }
a { background-color: rgb(84,66,14); }
div.DivClassName
{
background-color: #54420E;
}
.BgClassName
{
background-color: #54420E;
}
</style>
border-color css
<style>
span { border-color: #54420E; }
span { border-color: rgb(84,66,14); }
td.TdClassName
{
border-color: #54420E;
}
.TagClassName
{
border-color: #54420E;
}
</style>