Shades of Madras #543F14
Tints of Madras #543F14
RGB
CMYK
RGB Variations
Color information
#543F14 (or 0x543F14) is known color: Madras. HEX triplet: 54, 3F and 14. RGB value is (84,63,20). Sum of RGB (Red+Green+Blue) = 84+63+20=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #543F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543F14 is #ABC0EB. Grayscale: #404040. Windows color (decimal): -11256044 or 1326932. OLE color: 1326932.
HSL color Cylindrical-coordinate representation of color #543F14: hue angle of 40.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543F14 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 20 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.67 |
| HSL | 40.31º | 0.62% | 0.2% | - |
| HSV(B) | 40.31º | 0.76% | 0.33% | - |
| XYZ | 5.56 | 5.49 | 1.43 | - |
| YUV | 64.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 20 | 0 | 0.25 | 0.76 | 0.67 | 40.31 | 0.62 | 0.2 |
| Hex | 54 | 3F | 14 | 0 | 19 | 4C | 43 | 28 | 3E | 14 |
| Octal | 124 | 77 | 24 | 0 | 31 | 114 | 103 | 50 | 76 | 24 |
| Binary | 1010100 | 111111 | 10100 | 0 | 11001 | 1001100 | 1000011 | 101000 | 111110 | 10100 |
Color Harmonies of #543F14
Complementary color
Monochromatic Colors of #543F14
Black with #543F14
Text Example
Text Example
White with #543F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F14; }
p { color: rgb(84,63,20); }
H1.HeaderClassName
{
color: #543F14;
}
.AnyTagClassName
{
color: #543F14;
}
</style>
background-color css
<style>
a { background-color: #543F14; }
a { background-color: rgb(84,63,20); }
div.DivClassName
{
background-color: #543F14;
}
.BgClassName
{
background-color: #543F14;
}
</style>
border-color css
<style>
span { border-color: #543F14; }
span { border-color: rgb(84,63,20); }
td.TdClassName
{
border-color: #543F14;
}
.TagClassName
{
border-color: #543F14;
}
</style>