Shades of Bronze Olive #514909
Tints of Bronze Olive #514909
RGB
CMYK
RGB Variations
Color information
#514909 (or 0x514909) is known color: Bronze Olive. HEX triplet: 51, 49 and 09. RGB value is (81,73,9). Sum of RGB (Red+Green+Blue) = 81+73+9=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #514909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514909 is #AEB6F6. Grayscale: #444444. Windows color (decimal): -11450103 or 608593. OLE color: 608593.
HSL color Cylindrical-coordinate representation of color #514909: hue angle of 53.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #514909 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 73 | 9 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.68 |
| HSL | 53.33º | 0.8% | 0.18% | - |
| HSV(B) | 53.33º | 0.89% | 0.32% | - |
| XYZ | 5.83 | 6.53 | 1.21 | - |
| YUV | 68.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 9 | 0 | 0.10 | 0.89 | 0.68 | 53.33 | 0.8 | 0.18 |
| Hex | 51 | 49 | 9 | 0 | A | 59 | 44 | 35 | 50 | 12 |
| Octal | 121 | 111 | 11 | 0 | 12 | 131 | 104 | 65 | 120 | 22 |
| Binary | 1010001 | 1001001 | 1001 | 0 | 1010 | 1011001 | 1000100 | 110101 | 1010000 | 10010 |
Color Harmonies of #514909
Complementary color
Monochromatic Colors of #514909
Black with #514909
Text Example
Text Example
White with #514909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514909; }
p { color: rgb(81,73,9); }
H1.HeaderClassName
{
color: #514909;
}
.AnyTagClassName
{
color: #514909;
}
</style>
background-color css
<style>
a { background-color: #514909; }
a { background-color: rgb(81,73,9); }
div.DivClassName
{
background-color: #514909;
}
.BgClassName
{
background-color: #514909;
}
</style>
border-color css
<style>
span { border-color: #514909; }
span { border-color: rgb(81,73,9); }
td.TdClassName
{
border-color: #514909;
}
.TagClassName
{
border-color: #514909;
}
</style>