Shades of Madras #543D07
Tints of Madras #543D07
RGB
CMYK
RGB Variations
Color information
#543D07 (or 0x543D07) is known color: Madras. HEX triplet: 54, 3D and 07. RGB value is (84,61,7). Sum of RGB (Red+Green+Blue) = 84+61+7=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #543D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543D07 is #ABC2F8. Grayscale: #3D3D3D. Windows color (decimal): -11256569 or 474452. OLE color: 474452.
HSL color Cylindrical-coordinate representation of color #543D07: hue angle of 42.08º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #543D07 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 61 | 7 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.67 |
| HSL | 42.08º | 0.85% | 0.18% | - |
| HSV(B) | 42.08º | 0.92% | 0.33% | - |
| XYZ | 5.36 | 5.24 | 0.93 | - |
| YUV | 61.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 7 | 0 | 0.27 | 0.92 | 0.67 | 42.08 | 0.85 | 0.18 |
| Hex | 54 | 3D | 7 | 0 | 1B | 5C | 43 | 2A | 55 | 12 |
| Octal | 124 | 75 | 7 | 0 | 33 | 134 | 103 | 52 | 125 | 22 |
| Binary | 1010100 | 111101 | 111 | 0 | 11011 | 1011100 | 1000011 | 101010 | 1010101 | 10010 |
Color Harmonies of #543D07
Complementary color
Monochromatic Colors of #543D07
Black with #543D07
Text Example
Text Example
White with #543D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D07; }
p { color: rgb(84,61,7); }
H1.HeaderClassName
{
color: #543D07;
}
.AnyTagClassName
{
color: #543D07;
}
</style>
background-color css
<style>
a { background-color: #543D07; }
a { background-color: rgb(84,61,7); }
div.DivClassName
{
background-color: #543D07;
}
.BgClassName
{
background-color: #543D07;
}
</style>
border-color css
<style>
span { border-color: #543D07; }
span { border-color: rgb(84,61,7); }
td.TdClassName
{
border-color: #543D07;
}
.TagClassName
{
border-color: #543D07;
}
</style>