Shades of Bronze Olive #514A16
Tints of Bronze Olive #514A16
RGB
CMYK
RGB Variations
Color information
#514A16 (or 0x514A16) is known color: Bronze Olive. HEX triplet: 51, 4A and 16. RGB value is (81,74,22). Sum of RGB (Red+Green+Blue) = 81+74+22=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A16 is #AEB5E9. Grayscale: #464646. Windows color (decimal): -11449834 or 1460817. OLE color: 1460817.
HSL color Cylindrical-coordinate representation of color #514A16: hue angle of 52.88º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #514A16 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 22 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.68 |
| HSL | 52.88º | 0.57% | 0.2% | - |
| HSV(B) | 52.88º | 0.73% | 0.32% | - |
| XYZ | 5.99 | 6.7 | 1.74 | - |
| YUV | 70.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 22 | 0 | 0.09 | 0.73 | 0.68 | 52.88 | 0.57 | 0.2 |
| Hex | 51 | 4A | 16 | 0 | 9 | 49 | 44 | 35 | 39 | 14 |
| Octal | 121 | 112 | 26 | 0 | 11 | 111 | 104 | 65 | 71 | 24 |
| Binary | 1010001 | 1001010 | 10110 | 0 | 1001 | 1001001 | 1000100 | 110101 | 111001 | 10100 |
Color Harmonies of #514A16
Complementary color
Monochromatic Colors of #514A16
Black with #514A16
Text Example
Text Example
White with #514A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A16; }
p { color: rgb(81,74,22); }
H1.HeaderClassName
{
color: #514A16;
}
.AnyTagClassName
{
color: #514A16;
}
</style>
background-color css
<style>
a { background-color: #514A16; }
a { background-color: rgb(81,74,22); }
div.DivClassName
{
background-color: #514A16;
}
.BgClassName
{
background-color: #514A16;
}
</style>
border-color css
<style>
span { border-color: #514A16; }
span { border-color: rgb(81,74,22); }
td.TdClassName
{
border-color: #514A16;
}
.TagClassName
{
border-color: #514A16;
}
</style>