Shades of Bronze Olive #514425
Tints of Bronze Olive #514425
RGB
CMYK
RGB Variations
Color information
#514425 (or 0x514425) is known color: Bronze Olive. HEX triplet: 51, 44 and 25. RGB value is (81,68,37). Sum of RGB (Red+Green+Blue) = 81+68+37=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514425 is #AEBBDA. Grayscale: #444444. Windows color (decimal): -11451355 or 2442321. OLE color: 2442321.
HSL color Cylindrical-coordinate representation of color #514425: hue angle of 42.27º 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 #514425 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 37 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.68 |
| HSL | 42.27º | 0.37% | 0.23% | - |
| HSV(B) | 42.27º | 0.54% | 0.32% | - |
| XYZ | 5.79 | 6.02 | 2.61 | - |
| YUV | 68.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 37 | 0 | 0.16 | 0.54 | 0.68 | 42.27 | 0.37 | 0.23 |
| Hex | 51 | 44 | 25 | 0 | 10 | 36 | 44 | 2A | 25 | 17 |
| Octal | 121 | 104 | 45 | 0 | 20 | 66 | 104 | 52 | 45 | 27 |
| Binary | 1010001 | 1000100 | 100101 | 0 | 10000 | 110110 | 1000100 | 101010 | 100101 | 10111 |
Color Harmonies of #514425
Complementary color
Monochromatic Colors of #514425
Black with #514425
Text Example
Text Example
White with #514425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514425; }
p { color: rgb(81,68,37); }
H1.HeaderClassName
{
color: #514425;
}
.AnyTagClassName
{
color: #514425;
}
</style>
background-color css
<style>
a { background-color: #514425; }
a { background-color: rgb(81,68,37); }
div.DivClassName
{
background-color: #514425;
}
.BgClassName
{
background-color: #514425;
}
</style>
border-color css
<style>
span { border-color: #514425; }
span { border-color: rgb(81,68,37); }
td.TdClassName
{
border-color: #514425;
}
.TagClassName
{
border-color: #514425;
}
</style>