Shades of Bronze Olive #514519
Tints of Bronze Olive #514519
RGB
CMYK
RGB Variations
Color information
#514519 (or 0x514519) is known color: Bronze Olive. HEX triplet: 51, 45 and 19. RGB value is (81,69,25). Sum of RGB (Red+Green+Blue) = 81+69+25=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #514519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514519 is #AEBAE6. Grayscale: #434343. Windows color (decimal): -11451111 or 1656145. OLE color: 1656145.
HSL color Cylindrical-coordinate representation of color #514519: hue angle of 47.14º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #514519 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 69 | 25 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.68 |
| HSL | 47.14º | 0.53% | 0.21% | - |
| HSV(B) | 47.14º | 0.69% | 0.32% | - |
| XYZ | 5.7 | 6.08 | 1.79 | - |
| YUV | 67.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 25 | 0 | 0.15 | 0.69 | 0.68 | 47.14 | 0.53 | 0.21 |
| Hex | 51 | 45 | 19 | 0 | F | 45 | 44 | 2F | 35 | 15 |
| Octal | 121 | 105 | 31 | 0 | 17 | 105 | 104 | 57 | 65 | 25 |
| Binary | 1010001 | 1000101 | 11001 | 0 | 1111 | 1000101 | 1000100 | 101111 | 110101 | 10101 |
Color Harmonies of #514519
Complementary color
Monochromatic Colors of #514519
Black with #514519
Text Example
Text Example
White with #514519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514519; }
p { color: rgb(81,69,25); }
H1.HeaderClassName
{
color: #514519;
}
.AnyTagClassName
{
color: #514519;
}
</style>
background-color css
<style>
a { background-color: #514519; }
a { background-color: rgb(81,69,25); }
div.DivClassName
{
background-color: #514519;
}
.BgClassName
{
background-color: #514519;
}
</style>
border-color css
<style>
span { border-color: #514519; }
span { border-color: rgb(81,69,25); }
td.TdClassName
{
border-color: #514519;
}
.TagClassName
{
border-color: #514519;
}
</style>