Shades of Bronze Olive #514723
Tints of Bronze Olive #514723
RGB
CMYK
RGB Variations
Color information
#514723 (or 0x514723) is known color: Bronze Olive. HEX triplet: 51, 47 and 23. RGB value is (81,71,35). Sum of RGB (Red+Green+Blue) = 81+71+35=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514723 is #AEB8DC. Grayscale: #464646. Windows color (decimal): -11450589 or 2312017. OLE color: 2312017.
HSL color Cylindrical-coordinate representation of color #514723: hue angle of 46.96º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514723 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 71 | 35 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.68 |
| HSL | 46.96º | 0.4% | 0.23% | - |
| HSV(B) | 46.96º | 0.57% | 0.32% | - |
| XYZ | 5.95 | 6.38 | 2.51 | - |
| YUV | 69.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 35 | 0 | 0.12 | 0.57 | 0.68 | 46.96 | 0.4 | 0.23 |
| Hex | 51 | 47 | 23 | 0 | C | 39 | 44 | 2F | 28 | 17 |
| Octal | 121 | 107 | 43 | 0 | 14 | 71 | 104 | 57 | 50 | 27 |
| Binary | 1010001 | 1000111 | 100011 | 0 | 1100 | 111001 | 1000100 | 101111 | 101000 | 10111 |
Color Harmonies of #514723
Complementary color
Monochromatic Colors of #514723
Black with #514723
Text Example
Text Example
White with #514723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514723; }
p { color: rgb(81,71,35); }
H1.HeaderClassName
{
color: #514723;
}
.AnyTagClassName
{
color: #514723;
}
</style>
background-color css
<style>
a { background-color: #514723; }
a { background-color: rgb(81,71,35); }
div.DivClassName
{
background-color: #514723;
}
.BgClassName
{
background-color: #514723;
}
</style>
border-color css
<style>
span { border-color: #514723; }
span { border-color: rgb(81,71,35); }
td.TdClassName
{
border-color: #514723;
}
.TagClassName
{
border-color: #514723;
}
</style>