Shades of Madras #543E15
Tints of Madras #543E15
RGB
CMYK
RGB Variations
Color information
#543E15 (or 0x543E15) is known color: Madras. HEX triplet: 54, 3E and 15. RGB value is (84,62,21). Sum of RGB (Red+Green+Blue) = 84+62+21=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #543E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543E15 is #ABC1EA. Grayscale: #404040. Windows color (decimal): -11256299 or 1392212. OLE color: 1392212.
HSL color Cylindrical-coordinate representation of color #543E15: hue angle of 39.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543E15 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 21 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.67 |
| HSL | 39.05º | 0.6% | 0.21% | - |
| HSV(B) | 39.05º | 0.75% | 0.33% | - |
| XYZ | 5.51 | 5.38 | 1.46 | - |
| YUV | 63.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 21 | 0 | 0.26 | 0.75 | 0.67 | 39.05 | 0.6 | 0.21 |
| Hex | 54 | 3E | 15 | 0 | 1A | 4B | 43 | 27 | 3C | 15 |
| Octal | 124 | 76 | 25 | 0 | 32 | 113 | 103 | 47 | 74 | 25 |
| Binary | 1010100 | 111110 | 10101 | 0 | 11010 | 1001011 | 1000011 | 100111 | 111100 | 10101 |
Color Harmonies of #543E15
Complementary color
Monochromatic Colors of #543E15
Black with #543E15
Text Example
Text Example
White with #543E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E15; }
p { color: rgb(84,62,21); }
H1.HeaderClassName
{
color: #543E15;
}
.AnyTagClassName
{
color: #543E15;
}
</style>
background-color css
<style>
a { background-color: #543E15; }
a { background-color: rgb(84,62,21); }
div.DivClassName
{
background-color: #543E15;
}
.BgClassName
{
background-color: #543E15;
}
</style>
border-color css
<style>
span { border-color: #543E15; }
span { border-color: rgb(84,62,21); }
td.TdClassName
{
border-color: #543E15;
}
.TagClassName
{
border-color: #543E15;
}
</style>