Shades of Deep Bronze #543D20
Tints of Deep Bronze #543D20
RGB
CMYK
RGB Variations
Color information
#543D20 (or 0x543D20) is known color: Deep Bronze. HEX triplet: 54, 3D and 20. RGB value is (84,61,32). Sum of RGB (Red+Green+Blue) = 84+61+32=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #543D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D20 is #ABC2DF. Grayscale: #404040. Windows color (decimal): -11256544 or 2112852. OLE color: 2112852.
HSL color Cylindrical-coordinate representation of color #543D20: hue angle of 33.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #543D20 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 61 | 32 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.67 |
| HSL | 33.46º | 0.45% | 0.23% | - |
| HSV(B) | 33.46º | 0.62% | 0.33% | - |
| XYZ | 5.59 | 5.33 | 2.1 | - |
| YUV | 64.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 32 | 0 | 0.27 | 0.62 | 0.67 | 33.46 | 0.45 | 0.23 |
| Hex | 54 | 3D | 20 | 0 | 1B | 3E | 43 | 21 | 2D | 17 |
| Octal | 124 | 75 | 40 | 0 | 33 | 76 | 103 | 41 | 55 | 27 |
| Binary | 1010100 | 111101 | 100000 | 0 | 11011 | 111110 | 1000011 | 100001 | 101101 | 10111 |
Color Harmonies of #543D20
Complementary color
Monochromatic Colors of #543D20
Black with #543D20
Text Example
Text Example
White with #543D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D20; }
p { color: rgb(84,61,32); }
H1.HeaderClassName
{
color: #543D20;
}
.AnyTagClassName
{
color: #543D20;
}
</style>
background-color css
<style>
a { background-color: #543D20; }
a { background-color: rgb(84,61,32); }
div.DivClassName
{
background-color: #543D20;
}
.BgClassName
{
background-color: #543D20;
}
</style>
border-color css
<style>
span { border-color: #543D20; }
span { border-color: rgb(84,61,32); }
td.TdClassName
{
border-color: #543D20;
}
.TagClassName
{
border-color: #543D20;
}
</style>