Shades of Deep Bronze #543F2A
Tints of Deep Bronze #543F2A
RGB
CMYK
RGB Variations
Color information
#543F2A (or 0x543F2A) is known color: Deep Bronze. HEX triplet: 54, 3F and 2A. RGB value is (84,63,42). Sum of RGB (Red+Green+Blue) = 84+63+42=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #543F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F2A is #ABC0D5. Grayscale: #424242. Windows color (decimal): -11256022 or 2768724. OLE color: 2768724.
HSL color Cylindrical-coordinate representation of color #543F2A: hue angle of 30º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #543F2A is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 63 | 42 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.67 |
| HSL | 30º | 0.33% | 0.25% | - |
| HSV(B) | 30º | 0.5% | 0.33% | - |
| XYZ | 5.85 | 5.61 | 2.96 | - |
| YUV | 66.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 42 | 0 | 0.25 | 0.5 | 0.67 | 30 | 0.33 | 0.25 |
| Hex | 54 | 3F | 2A | 0 | 19 | 32 | 43 | 1E | 21 | 19 |
| Octal | 124 | 77 | 52 | 0 | 31 | 62 | 103 | 36 | 41 | 31 |
| Binary | 1010100 | 111111 | 101010 | 0 | 11001 | 110010 | 1000011 | 11110 | 100001 | 11001 |
Color Harmonies of #543F2A
Complementary color
Monochromatic Colors of #543F2A
Black with #543F2A
Text Example
Text Example
White with #543F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543F2A; }
p { color: rgb(84,63,42); }
H1.HeaderClassName
{
color: #543F2A;
}
.AnyTagClassName
{
color: #543F2A;
}
</style>
background-color css
<style>
a { background-color: #543F2A; }
a { background-color: rgb(84,63,42); }
div.DivClassName
{
background-color: #543F2A;
}
.BgClassName
{
background-color: #543F2A;
}
</style>
border-color css
<style>
span { border-color: #543F2A; }
span { border-color: rgb(84,63,42); }
td.TdClassName
{
border-color: #543F2A;
}
.TagClassName
{
border-color: #543F2A;
}
</style>