Shades of Bronze Olive #544805
Tints of Bronze Olive #544805
RGB
CMYK
RGB Variations
Color information
#544805 (or 0x544805) is known color: Bronze Olive. HEX triplet: 54, 48 and 05. RGB value is (84,72,5). Sum of RGB (Red+Green+Blue) = 84+72+5=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #544805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544805 is #ABB7FA. Grayscale: #444444. Windows color (decimal): -11253755 or 346196. OLE color: 346196.
HSL color Cylindrical-coordinate representation of color #544805: hue angle of 50.89º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #544805 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 5 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.67 |
| HSL | 50.89º | 0.89% | 0.17% | - |
| HSV(B) | 50.89º | 0.94% | 0.33% | - |
| XYZ | 6 | 6.53 | 1.09 | - |
| YUV | 67.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 5 | 0 | 0.14 | 0.94 | 0.67 | 50.89 | 0.89 | 0.17 |
| Hex | 54 | 48 | 5 | 0 | E | 5E | 43 | 33 | 59 | 11 |
| Octal | 124 | 110 | 5 | 0 | 16 | 136 | 103 | 63 | 131 | 21 |
| Binary | 1010100 | 1001000 | 101 | 0 | 1110 | 1011110 | 1000011 | 110011 | 1011001 | 10001 |
Color Harmonies of #544805
Complementary color
Monochromatic Colors of #544805
Black with #544805
Text Example
Text Example
White with #544805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544805; }
p { color: rgb(84,72,5); }
H1.HeaderClassName
{
color: #544805;
}
.AnyTagClassName
{
color: #544805;
}
</style>
background-color css
<style>
a { background-color: #544805; }
a { background-color: rgb(84,72,5); }
div.DivClassName
{
background-color: #544805;
}
.BgClassName
{
background-color: #544805;
}
</style>
border-color css
<style>
span { border-color: #544805; }
span { border-color: rgb(84,72,5); }
td.TdClassName
{
border-color: #544805;
}
.TagClassName
{
border-color: #544805;
}
</style>