Shades of Madras #543F08
Tints of Madras #543F08
RGB
CMYK
RGB Variations
Color information
#543F08 (or 0x543F08) is known color: Madras. HEX triplet: 54, 3F and 08. RGB value is (84,63,8). Sum of RGB (Red+Green+Blue) = 84+63+8=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #543F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543F08 is #ABC0F7. Grayscale: #3F3F3F. Windows color (decimal): -11256056 or 540500. OLE color: 540500.
HSL color Cylindrical-coordinate representation of color #543F08: hue angle of 43.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #543F08 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 8 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.67 |
| HSL | 43.42º | 0.83% | 0.18% | - |
| HSV(B) | 43.42º | 0.9% | 0.33% | - |
| XYZ | 5.48 | 5.46 | 0.99 | - |
| YUV | 63.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 8 | 0 | 0.25 | 0.90 | 0.67 | 43.42 | 0.83 | 0.18 |
| Hex | 54 | 3F | 8 | 0 | 19 | 5A | 43 | 2B | 53 | 12 |
| Octal | 124 | 77 | 10 | 0 | 31 | 132 | 103 | 53 | 123 | 22 |
| Binary | 1010100 | 111111 | 1000 | 0 | 11001 | 1011010 | 1000011 | 101011 | 1010011 | 10010 |
Color Harmonies of #543F08
Complementary color
Monochromatic Colors of #543F08
Black with #543F08
Text Example
Text Example
White with #543F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F08; }
p { color: rgb(84,63,8); }
H1.HeaderClassName
{
color: #543F08;
}
.AnyTagClassName
{
color: #543F08;
}
</style>
background-color css
<style>
a { background-color: #543F08; }
a { background-color: rgb(84,63,8); }
div.DivClassName
{
background-color: #543F08;
}
.BgClassName
{
background-color: #543F08;
}
</style>
border-color css
<style>
span { border-color: #543F08; }
span { border-color: rgb(84,63,8); }
td.TdClassName
{
border-color: #543F08;
}
.TagClassName
{
border-color: #543F08;
}
</style>