Shades of Madras #543D0C
Tints of Madras #543D0C
RGB
CMYK
RGB Variations
Color information
#543D0C (or 0x543D0C) is known color: Madras. HEX triplet: 54, 3D and 0C. RGB value is (84,61,12). Sum of RGB (Red+Green+Blue) = 84+61+12=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #543D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543D0C is #ABC2F3. Grayscale: #3E3E3E. Windows color (decimal): -11256564 or 802132. OLE color: 802132.
HSL color Cylindrical-coordinate representation of color #543D0C: hue angle of 40.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #543D0C is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 61 | 12 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.67 |
| HSL | 40.83º | 0.75% | 0.19% | - |
| HSV(B) | 40.83º | 0.86% | 0.33% | - |
| XYZ | 5.39 | 5.25 | 1.08 | - |
| YUV | 62.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 12 | 0 | 0.27 | 0.86 | 0.67 | 40.83 | 0.75 | 0.19 |
| Hex | 54 | 3D | C | 0 | 1B | 56 | 43 | 29 | 4B | 13 |
| Octal | 124 | 75 | 14 | 0 | 33 | 126 | 103 | 51 | 113 | 23 |
| Binary | 1010100 | 111101 | 1100 | 0 | 11011 | 1010110 | 1000011 | 101001 | 1001011 | 10011 |
Color Harmonies of #543D0C
Complementary color
Monochromatic Colors of #543D0C
Black with #543D0C
Text Example
Text Example
White with #543D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D0C; }
p { color: rgb(84,61,12); }
H1.HeaderClassName
{
color: #543D0C;
}
.AnyTagClassName
{
color: #543D0C;
}
</style>
background-color css
<style>
a { background-color: #543D0C; }
a { background-color: rgb(84,61,12); }
div.DivClassName
{
background-color: #543D0C;
}
.BgClassName
{
background-color: #543D0C;
}
</style>
border-color css
<style>
span { border-color: #543D0C; }
span { border-color: rgb(84,61,12); }
td.TdClassName
{
border-color: #543D0C;
}
.TagClassName
{
border-color: #543D0C;
}
</style>