Shades of Bronze Olive #514919
Tints of Bronze Olive #514919
RGB
CMYK
RGB Variations
Color information
#514919 (or 0x514919) is known color: Bronze Olive. HEX triplet: 51, 49 and 19. RGB value is (81,73,25). Sum of RGB (Red+Green+Blue) = 81+73+25=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #514919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514919 is #AEB6E6. Grayscale: #464646. Windows color (decimal): -11450087 or 1657169. OLE color: 1657169.
HSL color Cylindrical-coordinate representation of color #514919: hue angle of 51.43º 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 #514919 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 73 | 25 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.68 |
| HSL | 51.43º | 0.53% | 0.21% | - |
| HSV(B) | 51.43º | 0.69% | 0.32% | - |
| XYZ | 5.95 | 6.58 | 1.88 | - |
| YUV | 69.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 25 | 0 | 0.10 | 0.69 | 0.68 | 51.43 | 0.53 | 0.21 |
| Hex | 51 | 49 | 19 | 0 | A | 45 | 44 | 33 | 35 | 15 |
| Octal | 121 | 111 | 31 | 0 | 12 | 105 | 104 | 63 | 65 | 25 |
| Binary | 1010001 | 1001001 | 11001 | 0 | 1010 | 1000101 | 1000100 | 110011 | 110101 | 10101 |
Color Harmonies of #514919
Complementary color
Monochromatic Colors of #514919
Black with #514919
Text Example
Text Example
White with #514919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514919; }
p { color: rgb(81,73,25); }
H1.HeaderClassName
{
color: #514919;
}
.AnyTagClassName
{
color: #514919;
}
</style>
background-color css
<style>
a { background-color: #514919; }
a { background-color: rgb(81,73,25); }
div.DivClassName
{
background-color: #514919;
}
.BgClassName
{
background-color: #514919;
}
</style>
border-color css
<style>
span { border-color: #514919; }
span { border-color: rgb(81,73,25); }
td.TdClassName
{
border-color: #514919;
}
.TagClassName
{
border-color: #514919;
}
</style>