Shades of Bronze Olive #514925
Tints of Bronze Olive #514925
RGB
CMYK
RGB Variations
Color information
#514925 (or 0x514925) is known color: Bronze Olive. HEX triplet: 51, 49 and 25. RGB value is (81,73,37). Sum of RGB (Red+Green+Blue) = 81+73+37=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #514925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514925 is #AEB6DA. Grayscale: #474747. Windows color (decimal): -11450075 or 2443601. OLE color: 2443601.
HSL color Cylindrical-coordinate representation of color #514925: hue angle of 49.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514925 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 73 | 37 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.68 |
| HSL | 49.09º | 0.37% | 0.23% | - |
| HSV(B) | 49.09º | 0.54% | 0.32% | - |
| XYZ | 6.11 | 6.65 | 2.71 | - |
| YUV | 71.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 37 | 0 | 0.10 | 0.54 | 0.68 | 49.09 | 0.37 | 0.23 |
| Hex | 51 | 49 | 25 | 0 | A | 36 | 44 | 31 | 25 | 17 |
| Octal | 121 | 111 | 45 | 0 | 12 | 66 | 104 | 61 | 45 | 27 |
| Binary | 1010001 | 1001001 | 100101 | 0 | 1010 | 110110 | 1000100 | 110001 | 100101 | 10111 |
Color Harmonies of #514925
Complementary color
Monochromatic Colors of #514925
Black with #514925
Text Example
Text Example
White with #514925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514925; }
p { color: rgb(81,73,37); }
H1.HeaderClassName
{
color: #514925;
}
.AnyTagClassName
{
color: #514925;
}
</style>
background-color css
<style>
a { background-color: #514925; }
a { background-color: rgb(81,73,37); }
div.DivClassName
{
background-color: #514925;
}
.BgClassName
{
background-color: #514925;
}
</style>
border-color css
<style>
span { border-color: #514925; }
span { border-color: rgb(81,73,37); }
td.TdClassName
{
border-color: #514925;
}
.TagClassName
{
border-color: #514925;
}
</style>