Shades of Madras #543C0D
Tints of Madras #543C0D
RGB
CMYK
RGB Variations
Color information
#543C0D (or 0x543C0D) is known color: Madras. HEX triplet: 54, 3C and 0D. RGB value is (84,60,13). Sum of RGB (Red+Green+Blue) = 84+60+13=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #543C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C0D is #ABC3F2. Grayscale: #3E3E3E. Windows color (decimal): -11256819 or 867412. OLE color: 867412.
HSL color Cylindrical-coordinate representation of color #543C0D: hue angle of 39.72º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #543C0D is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 13 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.67 |
| HSL | 39.72º | 0.73% | 0.19% | - |
| HSV(B) | 39.72º | 0.85% | 0.33% | - |
| XYZ | 5.34 | 5.15 | 1.09 | - |
| YUV | 61.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 13 | 0 | 0.29 | 0.85 | 0.67 | 39.72 | 0.73 | 0.19 |
| Hex | 54 | 3C | D | 0 | 1D | 55 | 43 | 28 | 49 | 13 |
| Octal | 124 | 74 | 15 | 0 | 35 | 125 | 103 | 50 | 111 | 23 |
| Binary | 1010100 | 111100 | 1101 | 0 | 11101 | 1010101 | 1000011 | 101000 | 1001001 | 10011 |
Color Harmonies of #543C0D
Complementary color
Monochromatic Colors of #543C0D
Black with #543C0D
Text Example
Text Example
White with #543C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C0D; }
p { color: rgb(84,60,13); }
H1.HeaderClassName
{
color: #543C0D;
}
.AnyTagClassName
{
color: #543C0D;
}
</style>
background-color css
<style>
a { background-color: #543C0D; }
a { background-color: rgb(84,60,13); }
div.DivClassName
{
background-color: #543C0D;
}
.BgClassName
{
background-color: #543C0D;
}
</style>
border-color css
<style>
span { border-color: #543C0D; }
span { border-color: rgb(84,60,13); }
td.TdClassName
{
border-color: #543C0D;
}
.TagClassName
{
border-color: #543C0D;
}
</style>