Shades of Bronze Olive #514C14
Tints of Bronze Olive #514C14
RGB
CMYK
RGB Variations
Color information
#514C14 (or 0x514C14) is known color: Bronze Olive. HEX triplet: 51, 4C and 14. RGB value is (81,76,20). Sum of RGB (Red+Green+Blue) = 81+76+20=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C14 is #AEB3EB. Grayscale: #474747. Windows color (decimal): -11449324 or 1330257. OLE color: 1330257.
HSL color Cylindrical-coordinate representation of color #514C14: hue angle of 55.08º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #514C14 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 20 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.68 |
| HSL | 55.08º | 0.6% | 0.2% | - |
| HSV(B) | 55.08º | 0.75% | 0.32% | - |
| XYZ | 6.1 | 6.97 | 1.69 | - |
| YUV | 71.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 20 | 0 | 0.06 | 0.75 | 0.68 | 55.08 | 0.6 | 0.2 |
| Hex | 51 | 4C | 14 | 0 | 6 | 4B | 44 | 37 | 3C | 14 |
| Octal | 121 | 114 | 24 | 0 | 6 | 113 | 104 | 67 | 74 | 24 |
| Binary | 1010001 | 1001100 | 10100 | 0 | 110 | 1001011 | 1000100 | 110111 | 111100 | 10100 |
Color Harmonies of #514C14
Complementary color
Monochromatic Colors of #514C14
Black with #514C14
Text Example
Text Example
White with #514C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C14; }
p { color: rgb(81,76,20); }
H1.HeaderClassName
{
color: #514C14;
}
.AnyTagClassName
{
color: #514C14;
}
</style>
background-color css
<style>
a { background-color: #514C14; }
a { background-color: rgb(81,76,20); }
div.DivClassName
{
background-color: #514C14;
}
.BgClassName
{
background-color: #514C14;
}
</style>
border-color css
<style>
span { border-color: #514C14; }
span { border-color: rgb(81,76,20); }
td.TdClassName
{
border-color: #514C14;
}
.TagClassName
{
border-color: #514C14;
}
</style>