Shades of Bronze Olive #514825
Tints of Bronze Olive #514825
RGB
CMYK
RGB Variations
Color information
#514825 (or 0x514825) is known color: Bronze Olive. HEX triplet: 51, 48 and 25. RGB value is (81,72,37). Sum of RGB (Red+Green+Blue) = 81+72+37=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #514825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514825 is #AEB7DA. Grayscale: #464646. Windows color (decimal): -11450331 or 2443345. OLE color: 2443345.
HSL color Cylindrical-coordinate representation of color #514825: hue angle of 47.73º 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 #514825 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 72 | 37 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.68 |
| HSL | 47.73º | 0.37% | 0.23% | - |
| HSV(B) | 47.73º | 0.54% | 0.32% | - |
| XYZ | 6.04 | 6.52 | 2.69 | - |
| YUV | 70.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 37 | 0 | 0.11 | 0.54 | 0.68 | 47.73 | 0.37 | 0.23 |
| Hex | 51 | 48 | 25 | 0 | B | 36 | 44 | 30 | 25 | 17 |
| Octal | 121 | 110 | 45 | 0 | 13 | 66 | 104 | 60 | 45 | 27 |
| Binary | 1010001 | 1001000 | 100101 | 0 | 1011 | 110110 | 1000100 | 110000 | 100101 | 10111 |
Color Harmonies of #514825
Complementary color
Monochromatic Colors of #514825
Black with #514825
Text Example
Text Example
White with #514825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514825; }
p { color: rgb(81,72,37); }
H1.HeaderClassName
{
color: #514825;
}
.AnyTagClassName
{
color: #514825;
}
</style>
background-color css
<style>
a { background-color: #514825; }
a { background-color: rgb(81,72,37); }
div.DivClassName
{
background-color: #514825;
}
.BgClassName
{
background-color: #514825;
}
</style>
border-color css
<style>
span { border-color: #514825; }
span { border-color: rgb(81,72,37); }
td.TdClassName
{
border-color: #514825;
}
.TagClassName
{
border-color: #514825;
}
</style>