Shades of Bronze Olive #544E16
Tints of Bronze Olive #544E16
RGB
CMYK
RGB Variations
Color information
#544E16 (or 0x544E16) is known color: Bronze Olive. HEX triplet: 54, 4E and 16. RGB value is (84,78,22). Sum of RGB (Red+Green+Blue) = 84+78+22=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #544E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E16 is #ABB1E9. Grayscale: #494949. Windows color (decimal): -11252202 or 1461844. OLE color: 1461844.
HSL color Cylindrical-coordinate representation of color #544E16: hue angle of 54.19º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #544E16 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 22 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.67 |
| HSL | 54.19º | 0.58% | 0.21% | - |
| HSV(B) | 54.19º | 0.74% | 0.33% | - |
| XYZ | 6.53 | 7.39 | 1.84 | - |
| YUV | 73.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 22 | 0 | 0.07 | 0.74 | 0.67 | 54.19 | 0.58 | 0.21 |
| Hex | 54 | 4E | 16 | 0 | 7 | 4A | 43 | 36 | 3A | 15 |
| Octal | 124 | 116 | 26 | 0 | 7 | 112 | 103 | 66 | 72 | 25 |
| Binary | 1010100 | 1001110 | 10110 | 0 | 111 | 1001010 | 1000011 | 110110 | 111010 | 10101 |
Color Harmonies of #544E16
Complementary color
Monochromatic Colors of #544E16
Black with #544E16
Text Example
Text Example
White with #544E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E16; }
p { color: rgb(84,78,22); }
H1.HeaderClassName
{
color: #544E16;
}
.AnyTagClassName
{
color: #544E16;
}
</style>
background-color css
<style>
a { background-color: #544E16; }
a { background-color: rgb(84,78,22); }
div.DivClassName
{
background-color: #544E16;
}
.BgClassName
{
background-color: #544E16;
}
</style>
border-color css
<style>
span { border-color: #544E16; }
span { border-color: rgb(84,78,22); }
td.TdClassName
{
border-color: #544E16;
}
.TagClassName
{
border-color: #544E16;
}
</style>