Shades of Madras #543F00
Tints of Madras #543F00
RGB
CMYK
RGB Variations
Color information
#543F00 (or 0x543F00) is known color: Madras. HEX triplet: 54, 3F and 00. RGB value is (84,63,0). Sum of RGB (Red+Green+Blue) = 84+63+0=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #543F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543F00 is #ABC0FF. Grayscale: #3E3E3E. Windows color (decimal): -11256064 or 16212. OLE color: 16212.
HSL color Cylindrical-coordinate representation of color #543F00: hue angle of 45º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #543F00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.67 |
| HSL | 45º | 1% | 0.16% | - |
| HSV(B) | 45º | 1% | 0.33% | - |
| XYZ | 5.43 | 5.44 | 0.76 | - |
| YUV | 62.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 0 | 0 | 0.25 | 1 | 0.67 | 45 | 1 | 0.16 |
| Hex | 54 | 3F | 0 | 0 | 19 | 64 | 43 | 2D | 64 | 10 |
| Octal | 124 | 77 | 0 | 0 | 31 | 144 | 103 | 55 | 144 | 20 |
| Binary | 1010100 | 111111 | 0 | 0 | 11001 | 1100100 | 1000011 | 101101 | 1100100 | 10000 |
Color Harmonies of #543F00
Complementary color
Monochromatic Colors of #543F00
Black with #543F00
Text Example
Text Example
White with #543F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F00; }
p { color: rgb(84,63,0); }
H1.HeaderClassName
{
color: #543F00;
}
.AnyTagClassName
{
color: #543F00;
}
</style>
background-color css
<style>
a { background-color: #543F00; }
a { background-color: rgb(84,63,0); }
div.DivClassName
{
background-color: #543F00;
}
.BgClassName
{
background-color: #543F00;
}
</style>
border-color css
<style>
span { border-color: #543F00; }
span { border-color: rgb(84,63,0); }
td.TdClassName
{
border-color: #543F00;
}
.TagClassName
{
border-color: #543F00;
}
</style>