Shades of Deep Bronze #543F29
Tints of Deep Bronze #543F29
RGB
CMYK
RGB Variations
Color information
#543F29 (or 0x543F29) is known color: Deep Bronze. HEX triplet: 54, 3F and 29. RGB value is (84,63,41). Sum of RGB (Red+Green+Blue) = 84+63+41=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #543F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F29 is #ABC0D6. Grayscale: #424242. Windows color (decimal): -11256023 or 2703188. OLE color: 2703188.
HSL color Cylindrical-coordinate representation of color #543F29: hue angle of 30.7º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #543F29 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 41 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.67 |
| HSL | 30.7º | 0.34% | 0.25% | - |
| HSV(B) | 30.7º | 0.51% | 0.33% | - |
| XYZ | 5.83 | 5.6 | 2.87 | - |
| YUV | 66.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 41 | 0 | 0.25 | 0.51 | 0.67 | 30.7 | 0.34 | 0.25 |
| Hex | 54 | 3F | 29 | 0 | 19 | 33 | 43 | 1F | 22 | 19 |
| Octal | 124 | 77 | 51 | 0 | 31 | 63 | 103 | 37 | 42 | 31 |
| Binary | 1010100 | 111111 | 101001 | 0 | 11001 | 110011 | 1000011 | 11111 | 100010 | 11001 |
Color Harmonies of #543F29
Complementary color
Monochromatic Colors of #543F29
Black with #543F29
Text Example
Text Example
White with #543F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F29; }
p { color: rgb(84,63,41); }
H1.HeaderClassName
{
color: #543F29;
}
.AnyTagClassName
{
color: #543F29;
}
</style>
background-color css
<style>
a { background-color: #543F29; }
a { background-color: rgb(84,63,41); }
div.DivClassName
{
background-color: #543F29;
}
.BgClassName
{
background-color: #543F29;
}
</style>
border-color css
<style>
span { border-color: #543F29; }
span { border-color: rgb(84,63,41); }
td.TdClassName
{
border-color: #543F29;
}
.TagClassName
{
border-color: #543F29;
}
</style>