Shades of Madras #543E0E
Tints of Madras #543E0E
RGB
CMYK
RGB Variations
Color information
#543E0E (or 0x543E0E) is known color: Madras. HEX triplet: 54, 3E and 0E. RGB value is (84,62,14). Sum of RGB (Red+Green+Blue) = 84+62+14=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #543E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543E0E is #ABC1F1. Grayscale: #3F3F3F. Windows color (decimal): -11256306 or 933460. OLE color: 933460.
HSL color Cylindrical-coordinate representation of color #543E0E: hue angle of 41.14º 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 #543E0E is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 14 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.67 |
| HSL | 41.14º | 0.71% | 0.19% | - |
| HSV(B) | 41.14º | 0.83% | 0.33% | - |
| XYZ | 5.46 | 5.36 | 1.16 | - |
| YUV | 63.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 14 | 0 | 0.26 | 0.83 | 0.67 | 41.14 | 0.71 | 0.19 |
| Hex | 54 | 3E | E | 0 | 1A | 53 | 43 | 29 | 47 | 13 |
| Octal | 124 | 76 | 16 | 0 | 32 | 123 | 103 | 51 | 107 | 23 |
| Binary | 1010100 | 111110 | 1110 | 0 | 11010 | 1010011 | 1000011 | 101001 | 1000111 | 10011 |
Color Harmonies of #543E0E
Complementary color
Monochromatic Colors of #543E0E
Black with #543E0E
Text Example
Text Example
White with #543E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E0E; }
p { color: rgb(84,62,14); }
H1.HeaderClassName
{
color: #543E0E;
}
.AnyTagClassName
{
color: #543E0E;
}
</style>
background-color css
<style>
a { background-color: #543E0E; }
a { background-color: rgb(84,62,14); }
div.DivClassName
{
background-color: #543E0E;
}
.BgClassName
{
background-color: #543E0E;
}
</style>
border-color css
<style>
span { border-color: #543E0E; }
span { border-color: rgb(84,62,14); }
td.TdClassName
{
border-color: #543E0E;
}
.TagClassName
{
border-color: #543E0E;
}
</style>