Shades of Madras #543E11
Tints of Madras #543E11
RGB
CMYK
RGB Variations
Color information
#543E11 (or 0x543E11) is known color: Madras. HEX triplet: 54, 3E and 11. RGB value is (84,62,17). Sum of RGB (Red+Green+Blue) = 84+62+17=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #543E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543E11 is #ABC1EE. Grayscale: #3F3F3F. Windows color (decimal): -11256303 or 1130068. OLE color: 1130068.
HSL color Cylindrical-coordinate representation of color #543E11: hue angle of 40.3º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #543E11 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 17 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.67 |
| HSL | 40.3º | 0.66% | 0.2% | - |
| HSV(B) | 40.3º | 0.8% | 0.33% | - |
| XYZ | 5.48 | 5.37 | 1.28 | - |
| YUV | 63.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 17 | 0 | 0.26 | 0.80 | 0.67 | 40.3 | 0.66 | 0.2 |
| Hex | 54 | 3E | 11 | 0 | 1A | 50 | 43 | 28 | 42 | 14 |
| Octal | 124 | 76 | 21 | 0 | 32 | 120 | 103 | 50 | 102 | 24 |
| Binary | 1010100 | 111110 | 10001 | 0 | 11010 | 1010000 | 1000011 | 101000 | 1000010 | 10100 |
Color Harmonies of #543E11
Complementary color
Monochromatic Colors of #543E11
Black with #543E11
Text Example
Text Example
White with #543E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E11; }
p { color: rgb(84,62,17); }
H1.HeaderClassName
{
color: #543E11;
}
.AnyTagClassName
{
color: #543E11;
}
</style>
background-color css
<style>
a { background-color: #543E11; }
a { background-color: rgb(84,62,17); }
div.DivClassName
{
background-color: #543E11;
}
.BgClassName
{
background-color: #543E11;
}
</style>
border-color css
<style>
span { border-color: #543E11; }
span { border-color: rgb(84,62,17); }
td.TdClassName
{
border-color: #543E11;
}
.TagClassName
{
border-color: #543E11;
}
</style>