Shades of Madras #543C0B
Tints of Madras #543C0B
RGB
CMYK
RGB Variations
Color information
#543C0B (or 0x543C0B) is known color: Madras. HEX triplet: 54, 3C and 0B. RGB value is (84,60,11). Sum of RGB (Red+Green+Blue) = 84+60+11=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #543C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C0B is #ABC3F4. Grayscale: #3D3D3D. Windows color (decimal): -11256821 or 736340. OLE color: 736340.
HSL color Cylindrical-coordinate representation of color #543C0B: hue angle of 40.27º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #543C0B is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 11 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.67 |
| HSL | 40.27º | 0.77% | 0.19% | - |
| HSV(B) | 40.27º | 0.87% | 0.33% | - |
| XYZ | 5.33 | 5.14 | 1.03 | - |
| YUV | 61.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 11 | 0 | 0.29 | 0.87 | 0.67 | 40.27 | 0.77 | 0.19 |
| Hex | 54 | 3C | B | 0 | 1D | 57 | 43 | 28 | 4D | 13 |
| Octal | 124 | 74 | 13 | 0 | 35 | 127 | 103 | 50 | 115 | 23 |
| Binary | 1010100 | 111100 | 1011 | 0 | 11101 | 1010111 | 1000011 | 101000 | 1001101 | 10011 |
Color Harmonies of #543C0B
Complementary color
Monochromatic Colors of #543C0B
Black with #543C0B
Text Example
Text Example
White with #543C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C0B; }
p { color: rgb(84,60,11); }
H1.HeaderClassName
{
color: #543C0B;
}
.AnyTagClassName
{
color: #543C0B;
}
</style>
background-color css
<style>
a { background-color: #543C0B; }
a { background-color: rgb(84,60,11); }
div.DivClassName
{
background-color: #543C0B;
}
.BgClassName
{
background-color: #543C0B;
}
</style>
border-color css
<style>
span { border-color: #543C0B; }
span { border-color: rgb(84,60,11); }
td.TdClassName
{
border-color: #543C0B;
}
.TagClassName
{
border-color: #543C0B;
}
</style>