Shades of Bronze Olive #514801
Tints of Bronze Olive #514801
RGB
CMYK
RGB Variations
Color information
#514801 (or 0x514801) is known color: Bronze Olive. HEX triplet: 51, 48 and 01. RGB value is (81,72,1). Sum of RGB (Red+Green+Blue) = 81+72+1=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514801 is #AEB7FE. Grayscale: #424242. Windows color (decimal): -11450367 or 84049. OLE color: 84049.
HSL color Cylindrical-coordinate representation of color #514801: hue angle of 53.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #514801 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 72 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.68 |
| HSL | 53.25º | 0.98% | 0.16% | - |
| HSV(B) | 53.25º | 0.99% | 0.32% | - |
| XYZ | 5.72 | 6.39 | 0.96 | - |
| YUV | 66.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 1 | 0 | 0.11 | 0.99 | 0.68 | 53.25 | 0.98 | 0.16 |
| Hex | 51 | 48 | 1 | 0 | B | 63 | 44 | 35 | 62 | 10 |
| Octal | 121 | 110 | 1 | 0 | 13 | 143 | 104 | 65 | 142 | 20 |
| Binary | 1010001 | 1001000 | 1 | 0 | 1011 | 1100011 | 1000100 | 110101 | 1100010 | 10000 |
Color Harmonies of #514801
Complementary color
Monochromatic Colors of #514801
Black with #514801
Text Example
Text Example
White with #514801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514801; }
p { color: rgb(81,72,1); }
H1.HeaderClassName
{
color: #514801;
}
.AnyTagClassName
{
color: #514801;
}
</style>
background-color css
<style>
a { background-color: #514801; }
a { background-color: rgb(81,72,1); }
div.DivClassName
{
background-color: #514801;
}
.BgClassName
{
background-color: #514801;
}
</style>
border-color css
<style>
span { border-color: #514801; }
span { border-color: rgb(81,72,1); }
td.TdClassName
{
border-color: #514801;
}
.TagClassName
{
border-color: #514801;
}
</style>