Shades of Deep Bronze #543F2D
Tints of Deep Bronze #543F2D
RGB
CMYK
RGB Variations
Color information
#543F2D (or 0x543F2D) is known color: Deep Bronze. HEX triplet: 54, 3F and 2D. RGB value is (84,63,45). Sum of RGB (Red+Green+Blue) = 84+63+45=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #543F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F2D is #ABC0D2. Grayscale: #434343. Windows color (decimal): -11256019 or 2965332. OLE color: 2965332.
HSL color Cylindrical-coordinate representation of color #543F2D: hue angle of 27.69º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #543F2D is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 45 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.67 |
| HSL | 27.69º | 0.3% | 0.25% | - |
| HSV(B) | 27.69º | 0.46% | 0.33% | - |
| XYZ | 5.91 | 5.63 | 3.26 | - |
| YUV | 67.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 45 | 0 | 0.25 | 0.46 | 0.67 | 27.69 | 0.3 | 0.25 |
| Hex | 54 | 3F | 2D | 0 | 19 | 2E | 43 | 1C | 1E | 19 |
| Octal | 124 | 77 | 55 | 0 | 31 | 56 | 103 | 34 | 36 | 31 |
| Binary | 1010100 | 111111 | 101101 | 0 | 11001 | 101110 | 1000011 | 11100 | 11110 | 11001 |
Color Harmonies of #543F2D
Complementary color
Monochromatic Colors of #543F2D
Black with #543F2D
Text Example
Text Example
White with #543F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F2D; }
p { color: rgb(84,63,45); }
H1.HeaderClassName
{
color: #543F2D;
}
.AnyTagClassName
{
color: #543F2D;
}
</style>
background-color css
<style>
a { background-color: #543F2D; }
a { background-color: rgb(84,63,45); }
div.DivClassName
{
background-color: #543F2D;
}
.BgClassName
{
background-color: #543F2D;
}
</style>
border-color css
<style>
span { border-color: #543F2D; }
span { border-color: rgb(84,63,45); }
td.TdClassName
{
border-color: #543F2D;
}
.TagClassName
{
border-color: #543F2D;
}
</style>