Shades of Bronze Olive #514C15
Tints of Bronze Olive #514C15
RGB
CMYK
RGB Variations
Color information
#514C15 (or 0x514C15) is known color: Bronze Olive. HEX triplet: 51, 4C and 15. RGB value is (81,76,21). Sum of RGB (Red+Green+Blue) = 81+76+21=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #514C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C15 is #AEB3EA. Grayscale: #474747. Windows color (decimal): -11449323 or 1395793. OLE color: 1395793.
HSL color Cylindrical-coordinate representation of color #514C15: hue angle of 55º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #514C15 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 21 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.68 |
| HSL | 55º | 0.59% | 0.2% | - |
| HSV(B) | 55º | 0.74% | 0.32% | - |
| XYZ | 6.11 | 6.97 | 1.73 | - |
| YUV | 71.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 21 | 0 | 0.06 | 0.74 | 0.68 | 55 | 0.59 | 0.2 |
| Hex | 51 | 4C | 15 | 0 | 6 | 4A | 44 | 37 | 3B | 14 |
| Octal | 121 | 114 | 25 | 0 | 6 | 112 | 104 | 67 | 73 | 24 |
| Binary | 1010001 | 1001100 | 10101 | 0 | 110 | 1001010 | 1000100 | 110111 | 111011 | 10100 |
Color Harmonies of #514C15
Complementary color
Monochromatic Colors of #514C15
Black with #514C15
Text Example
Text Example
White with #514C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C15; }
p { color: rgb(81,76,21); }
H1.HeaderClassName
{
color: #514C15;
}
.AnyTagClassName
{
color: #514C15;
}
</style>
background-color css
<style>
a { background-color: #514C15; }
a { background-color: rgb(81,76,21); }
div.DivClassName
{
background-color: #514C15;
}
.BgClassName
{
background-color: #514C15;
}
</style>
border-color css
<style>
span { border-color: #514C15; }
span { border-color: rgb(81,76,21); }
td.TdClassName
{
border-color: #514C15;
}
.TagClassName
{
border-color: #514C15;
}
</style>