Shades of Deep Bronze #543E21
Tints of Deep Bronze #543E21
RGB
CMYK
RGB Variations
Color information
#543E21 (or 0x543E21) is known color: Deep Bronze. HEX triplet: 54, 3E and 21. RGB value is (84,62,33). Sum of RGB (Red+Green+Blue) = 84+62+33=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #543E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543E21 is #ABC1DE. Grayscale: #414141. Windows color (decimal): -11256287 or 2178644. OLE color: 2178644.
HSL color Cylindrical-coordinate representation of color #543E21: hue angle of 34.12º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543E21 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 33 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.67 |
| HSL | 34.12º | 0.44% | 0.23% | - |
| HSV(B) | 34.12º | 0.61% | 0.33% | - |
| XYZ | 5.65 | 5.44 | 2.19 | - |
| YUV | 65.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 33 | 0 | 0.26 | 0.61 | 0.67 | 34.12 | 0.44 | 0.23 |
| Hex | 54 | 3E | 21 | 0 | 1A | 3D | 43 | 22 | 2C | 17 |
| Octal | 124 | 76 | 41 | 0 | 32 | 75 | 103 | 42 | 54 | 27 |
| Binary | 1010100 | 111110 | 100001 | 0 | 11010 | 111101 | 1000011 | 100010 | 101100 | 10111 |
Color Harmonies of #543E21
Complementary color
Monochromatic Colors of #543E21
Black with #543E21
Text Example
Text Example
White with #543E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E21; }
p { color: rgb(84,62,33); }
H1.HeaderClassName
{
color: #543E21;
}
.AnyTagClassName
{
color: #543E21;
}
</style>
background-color css
<style>
a { background-color: #543E21; }
a { background-color: rgb(84,62,33); }
div.DivClassName
{
background-color: #543E21;
}
.BgClassName
{
background-color: #543E21;
}
</style>
border-color css
<style>
span { border-color: #543E21; }
span { border-color: rgb(84,62,33); }
td.TdClassName
{
border-color: #543E21;
}
.TagClassName
{
border-color: #543E21;
}
</style>