Shades of Metallic Bronze #544535
Tints of Metallic Bronze #544535
RGB
CMYK
RGB Variations
Color information
#544535 (or 0x544535) is known color: Metallic Bronze. HEX triplet: 54, 45 and 35. RGB value is (84,69,53). Sum of RGB (Red+Green+Blue) = 84+69+53=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #544535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544535 is #ABBACA. Grayscale: #474747. Windows color (decimal): -11254475 or 3491156. OLE color: 3491156.
HSL color Cylindrical-coordinate representation of color #544535: hue angle of 30.97º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #544535 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 53 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.67 |
| HSL | 30.97º | 0.23% | 0.27% | - |
| HSV(B) | 30.97º | 0.37% | 0.33% | - |
| XYZ | 6.43 | 6.4 | 4.26 | - |
| YUV | 71.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 53 | 0 | 0.18 | 0.37 | 0.67 | 30.97 | 0.23 | 0.27 |
| Hex | 54 | 45 | 35 | 0 | 12 | 25 | 43 | 1F | 17 | 1B |
| Octal | 124 | 105 | 65 | 0 | 22 | 45 | 103 | 37 | 27 | 33 |
| Binary | 1010100 | 1000101 | 110101 | 0 | 10010 | 100101 | 1000011 | 11111 | 10111 | 11011 |
Color Harmonies of #544535
Complementary color
Monochromatic Colors of #544535
Black with #544535
Text Example
Text Example
White with #544535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544535; }
p { color: rgb(84,69,53); }
H1.HeaderClassName
{
color: #544535;
}
.AnyTagClassName
{
color: #544535;
}
</style>
background-color css
<style>
a { background-color: #544535; }
a { background-color: rgb(84,69,53); }
div.DivClassName
{
background-color: #544535;
}
.BgClassName
{
background-color: #544535;
}
</style>
border-color css
<style>
span { border-color: #544535; }
span { border-color: rgb(84,69,53); }
td.TdClassName
{
border-color: #544535;
}
.TagClassName
{
border-color: #544535;
}
</style>