Shades of Bronze Olive #514B15
Tints of Bronze Olive #514B15
RGB
CMYK
RGB Variations
Color information
#514B15 (or 0x514B15) is known color: Bronze Olive. HEX triplet: 51, 4B and 15. RGB value is (81,75,21). Sum of RGB (Red+Green+Blue) = 81+75+21=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #514B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B15 is #AEB4EA. Grayscale: #464646. Windows color (decimal): -11449579 or 1395537. OLE color: 1395537.
HSL color Cylindrical-coordinate representation of color #514B15: hue angle of 54º 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 #514B15 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 21 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.68 |
| HSL | 54º | 0.59% | 0.2% | - |
| HSV(B) | 54º | 0.74% | 0.32% | - |
| XYZ | 6.04 | 6.84 | 1.71 | - |
| YUV | 70.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 21 | 0 | 0.07 | 0.74 | 0.68 | 54 | 0.59 | 0.2 |
| Hex | 51 | 4B | 15 | 0 | 7 | 4A | 44 | 36 | 3B | 14 |
| Octal | 121 | 113 | 25 | 0 | 7 | 112 | 104 | 66 | 73 | 24 |
| Binary | 1010001 | 1001011 | 10101 | 0 | 111 | 1001010 | 1000100 | 110110 | 111011 | 10100 |
Color Harmonies of #514B15
Complementary color
Monochromatic Colors of #514B15
Black with #514B15
Text Example
Text Example
White with #514B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B15; }
p { color: rgb(81,75,21); }
H1.HeaderClassName
{
color: #514B15;
}
.AnyTagClassName
{
color: #514B15;
}
</style>
background-color css
<style>
a { background-color: #514B15; }
a { background-color: rgb(81,75,21); }
div.DivClassName
{
background-color: #514B15;
}
.BgClassName
{
background-color: #514B15;
}
</style>
border-color css
<style>
span { border-color: #514B15; }
span { border-color: rgb(81,75,21); }
td.TdClassName
{
border-color: #514B15;
}
.TagClassName
{
border-color: #514B15;
}
</style>