Shades of Madras #543F16
Tints of Madras #543F16
RGB
CMYK
RGB Variations
Color information
#543F16 (or 0x543F16) is known color: Madras. HEX triplet: 54, 3F and 16. RGB value is (84,63,22). Sum of RGB (Red+Green+Blue) = 84+63+22=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #543F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543F16 is #ABC0E9. Grayscale: #404040. Windows color (decimal): -11256042 or 1458004. OLE color: 1458004.
HSL color Cylindrical-coordinate representation of color #543F16: hue angle of 39.68º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543F16 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 22 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.67 |
| HSL | 39.68º | 0.58% | 0.21% | - |
| HSV(B) | 39.68º | 0.74% | 0.33% | - |
| XYZ | 5.58 | 5.5 | 1.53 | - |
| YUV | 64.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 22 | 0 | 0.25 | 0.74 | 0.67 | 39.68 | 0.58 | 0.21 |
| Hex | 54 | 3F | 16 | 0 | 19 | 4A | 43 | 28 | 3A | 15 |
| Octal | 124 | 77 | 26 | 0 | 31 | 112 | 103 | 50 | 72 | 25 |
| Binary | 1010100 | 111111 | 10110 | 0 | 11001 | 1001010 | 1000011 | 101000 | 111010 | 10101 |
Color Harmonies of #543F16
Complementary color
Monochromatic Colors of #543F16
Black with #543F16
Text Example
Text Example
White with #543F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F16; }
p { color: rgb(84,63,22); }
H1.HeaderClassName
{
color: #543F16;
}
.AnyTagClassName
{
color: #543F16;
}
</style>
background-color css
<style>
a { background-color: #543F16; }
a { background-color: rgb(84,63,22); }
div.DivClassName
{
background-color: #543F16;
}
.BgClassName
{
background-color: #543F16;
}
</style>
border-color css
<style>
span { border-color: #543F16; }
span { border-color: rgb(84,63,22); }
td.TdClassName
{
border-color: #543F16;
}
.TagClassName
{
border-color: #543F16;
}
</style>