Shades of Bronze Olive #514B14
Tints of Bronze Olive #514B14
RGB
CMYK
RGB Variations
Color information
#514B14 (or 0x514B14) is known color: Bronze Olive. HEX triplet: 51, 4B and 14. RGB value is (81,75,20). Sum of RGB (Red+Green+Blue) = 81+75+20=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #514B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B14 is #AEB4EB. Grayscale: #464646. Windows color (decimal): -11449580 or 1330001. OLE color: 1330001.
HSL color Cylindrical-coordinate representation of color #514B14: hue angle of 54.1º 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 #514B14 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 20 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.68 |
| HSL | 54.1º | 0.6% | 0.2% | - |
| HSV(B) | 54.1º | 0.75% | 0.32% | - |
| XYZ | 6.04 | 6.83 | 1.66 | - |
| YUV | 70.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 20 | 0 | 0.07 | 0.75 | 0.68 | 54.1 | 0.6 | 0.2 |
| Hex | 51 | 4B | 14 | 0 | 7 | 4B | 44 | 36 | 3C | 14 |
| Octal | 121 | 113 | 24 | 0 | 7 | 113 | 104 | 66 | 74 | 24 |
| Binary | 1010001 | 1001011 | 10100 | 0 | 111 | 1001011 | 1000100 | 110110 | 111100 | 10100 |
Color Harmonies of #514B14
Complementary color
Monochromatic Colors of #514B14
Black with #514B14
Text Example
Text Example
White with #514B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B14; }
p { color: rgb(81,75,20); }
H1.HeaderClassName
{
color: #514B14;
}
.AnyTagClassName
{
color: #514B14;
}
</style>
background-color css
<style>
a { background-color: #514B14; }
a { background-color: rgb(81,75,20); }
div.DivClassName
{
background-color: #514B14;
}
.BgClassName
{
background-color: #514B14;
}
</style>
border-color css
<style>
span { border-color: #514B14; }
span { border-color: rgb(81,75,20); }
td.TdClassName
{
border-color: #514B14;
}
.TagClassName
{
border-color: #514B14;
}
</style>