Shades of Madras #543F10
Tints of Madras #543F10
RGB
CMYK
RGB Variations
Color information
#543F10 (or 0x543F10) is known color: Madras. HEX triplet: 54, 3F and 10. RGB value is (84,63,16). Sum of RGB (Red+Green+Blue) = 84+63+16=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #543F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543F10 is #ABC0EF. Grayscale: #404040. Windows color (decimal): -11256048 or 1064788. OLE color: 1064788.
HSL color Cylindrical-coordinate representation of color #543F10: hue angle of 41.47º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #543F10 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 16 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.67 |
| HSL | 41.47º | 0.68% | 0.2% | - |
| HSV(B) | 41.47º | 0.81% | 0.33% | - |
| XYZ | 5.53 | 5.48 | 1.26 | - |
| YUV | 63.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 16 | 0 | 0.25 | 0.81 | 0.67 | 41.47 | 0.68 | 0.2 |
| Hex | 54 | 3F | 10 | 0 | 19 | 51 | 43 | 29 | 44 | 14 |
| Octal | 124 | 77 | 20 | 0 | 31 | 121 | 103 | 51 | 104 | 24 |
| Binary | 1010100 | 111111 | 10000 | 0 | 11001 | 1010001 | 1000011 | 101001 | 1000100 | 10100 |
Color Harmonies of #543F10
Complementary color
Monochromatic Colors of #543F10
Black with #543F10
Text Example
Text Example
White with #543F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F10; }
p { color: rgb(84,63,16); }
H1.HeaderClassName
{
color: #543F10;
}
.AnyTagClassName
{
color: #543F10;
}
</style>
background-color css
<style>
a { background-color: #543F10; }
a { background-color: rgb(84,63,16); }
div.DivClassName
{
background-color: #543F10;
}
.BgClassName
{
background-color: #543F10;
}
</style>
border-color css
<style>
span { border-color: #543F10; }
span { border-color: rgb(84,63,16); }
td.TdClassName
{
border-color: #543F10;
}
.TagClassName
{
border-color: #543F10;
}
</style>