Shades of Metallic Bronze #544735
Tints of Metallic Bronze #544735
RGB
CMYK
RGB Variations
Color information
#544735 (or 0x544735) is known color: Metallic Bronze. HEX triplet: 54, 47 and 35. RGB value is (84,71,53). Sum of RGB (Red+Green+Blue) = 84+71+53=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #544735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544735 is #ABB8CA. Grayscale: #484848. Windows color (decimal): -11253963 or 3491668. OLE color: 3491668.
HSL color Cylindrical-coordinate representation of color #544735: hue angle of 34.84º 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 #544735 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 71 | 53 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.67 |
| HSL | 34.84º | 0.23% | 0.27% | - |
| HSV(B) | 34.84º | 0.37% | 0.33% | - |
| XYZ | 6.55 | 6.65 | 4.31 | - |
| YUV | 72.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 53 | 0 | 0.15 | 0.37 | 0.67 | 34.84 | 0.23 | 0.27 |
| Hex | 54 | 47 | 35 | 0 | F | 25 | 43 | 23 | 17 | 1B |
| Octal | 124 | 107 | 65 | 0 | 17 | 45 | 103 | 43 | 27 | 33 |
| Binary | 1010100 | 1000111 | 110101 | 0 | 1111 | 100101 | 1000011 | 100011 | 10111 | 11011 |
Color Harmonies of #544735
Complementary color
Monochromatic Colors of #544735
Black with #544735
Text Example
Text Example
White with #544735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544735; }
p { color: rgb(84,71,53); }
H1.HeaderClassName
{
color: #544735;
}
.AnyTagClassName
{
color: #544735;
}
</style>
background-color css
<style>
a { background-color: #544735; }
a { background-color: rgb(84,71,53); }
div.DivClassName
{
background-color: #544735;
}
.BgClassName
{
background-color: #544735;
}
</style>
border-color css
<style>
span { border-color: #544735; }
span { border-color: rgb(84,71,53); }
td.TdClassName
{
border-color: #544735;
}
.TagClassName
{
border-color: #544735;
}
</style>