Shades of Bronze Olive #514A19
Tints of Bronze Olive #514A19
RGB
CMYK
RGB Variations
Color information
#514A19 (or 0x514A19) is known color: Bronze Olive. HEX triplet: 51, 4A and 19. RGB value is (81,74,25). Sum of RGB (Red+Green+Blue) = 81+74+25=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #514A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A19 is #AEB5E6. Grayscale: #464646. Windows color (decimal): -11449831 or 1657425. OLE color: 1657425.
HSL color Cylindrical-coordinate representation of color #514A19: hue angle of 52.5º 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 #514A19 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 25 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.68 |
| HSL | 52.5º | 0.53% | 0.21% | - |
| HSV(B) | 52.5º | 0.69% | 0.32% | - |
| XYZ | 6.02 | 6.72 | 1.9 | - |
| YUV | 70.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 25 | 0 | 0.09 | 0.69 | 0.68 | 52.5 | 0.53 | 0.21 |
| Hex | 51 | 4A | 19 | 0 | 9 | 45 | 44 | 34 | 35 | 15 |
| Octal | 121 | 112 | 31 | 0 | 11 | 105 | 104 | 64 | 65 | 25 |
| Binary | 1010001 | 1001010 | 11001 | 0 | 1001 | 1000101 | 1000100 | 110100 | 110101 | 10101 |
Color Harmonies of #514A19
Complementary color
Monochromatic Colors of #514A19
Black with #514A19
Text Example
Text Example
White with #514A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A19; }
p { color: rgb(81,74,25); }
H1.HeaderClassName
{
color: #514A19;
}
.AnyTagClassName
{
color: #514A19;
}
</style>
background-color css
<style>
a { background-color: #514A19; }
a { background-color: rgb(81,74,25); }
div.DivClassName
{
background-color: #514A19;
}
.BgClassName
{
background-color: #514A19;
}
</style>
border-color css
<style>
span { border-color: #514A19; }
span { border-color: rgb(81,74,25); }
td.TdClassName
{
border-color: #514A19;
}
.TagClassName
{
border-color: #514A19;
}
</style>