Shades of Bronze Olive #514C23
Tints of Bronze Olive #514C23
RGB
CMYK
RGB Variations
Color information
#514C23 (or 0x514C23) is known color: Bronze Olive. HEX triplet: 51, 4C and 23. RGB value is (81,76,35). Sum of RGB (Red+Green+Blue) = 81+76+35=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #514C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C23 is #AEB3DC. Grayscale: #484848. Windows color (decimal): -11449309 or 2313297. OLE color: 2313297.
HSL color Cylindrical-coordinate representation of color #514C23: hue angle of 53.48º 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 #514C23 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 35 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.68 |
| HSL | 53.48º | 0.4% | 0.23% | - |
| HSV(B) | 53.48º | 0.57% | 0.32% | - |
| XYZ | 6.28 | 7.04 | 2.62 | - |
| YUV | 72.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 35 | 0 | 0.06 | 0.57 | 0.68 | 53.48 | 0.4 | 0.23 |
| Hex | 51 | 4C | 23 | 0 | 6 | 39 | 44 | 35 | 28 | 17 |
| Octal | 121 | 114 | 43 | 0 | 6 | 71 | 104 | 65 | 50 | 27 |
| Binary | 1010001 | 1001100 | 100011 | 0 | 110 | 111001 | 1000100 | 110101 | 101000 | 10111 |
Color Harmonies of #514C23
Complementary color
Monochromatic Colors of #514C23
Black with #514C23
Text Example
Text Example
White with #514C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C23; }
p { color: rgb(81,76,35); }
H1.HeaderClassName
{
color: #514C23;
}
.AnyTagClassName
{
color: #514C23;
}
</style>
background-color css
<style>
a { background-color: #514C23; }
a { background-color: rgb(81,76,35); }
div.DivClassName
{
background-color: #514C23;
}
.BgClassName
{
background-color: #514C23;
}
</style>
border-color css
<style>
span { border-color: #514C23; }
span { border-color: rgb(81,76,35); }
td.TdClassName
{
border-color: #514C23;
}
.TagClassName
{
border-color: #514C23;
}
</style>