Shades of Bronze Olive #514D1C
Tints of Bronze Olive #514D1C
RGB
CMYK
RGB Variations
Color information
#514D1C (or 0x514D1C) is known color: Bronze Olive. HEX triplet: 51, 4D and 1C. RGB value is (81,77,28). Sum of RGB (Red+Green+Blue) = 81+77+28=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D1C is #AEB2E3. Grayscale: #484848. Windows color (decimal): -11449060 or 1854801. OLE color: 1854801.
HSL color Cylindrical-coordinate representation of color #514D1C: hue angle of 55.47º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514D1C is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 28 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.68 |
| HSL | 55.47º | 0.49% | 0.21% | - |
| HSV(B) | 55.47º | 0.65% | 0.32% | - |
| XYZ | 6.26 | 7.14 | 2.15 | - |
| YUV | 72.61 | 102.83 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 28 | 0 | 0.05 | 0.65 | 0.68 | 55.47 | 0.49 | 0.21 |
| Hex | 51 | 4D | 1C | 0 | 5 | 41 | 44 | 37 | 31 | 15 |
| Octal | 121 | 115 | 34 | 0 | 5 | 101 | 104 | 67 | 61 | 25 |
| Binary | 1010001 | 1001101 | 11100 | 0 | 101 | 1000001 | 1000100 | 110111 | 110001 | 10101 |
Color Harmonies of #514D1C
Complementary color
Monochromatic Colors of #514D1C
Black with #514D1C
Text Example
Text Example
White with #514D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D1C; }
p { color: rgb(81,77,28); }
H1.HeaderClassName
{
color: #514D1C;
}
.AnyTagClassName
{
color: #514D1C;
}
</style>
background-color css
<style>
a { background-color: #514D1C; }
a { background-color: rgb(81,77,28); }
div.DivClassName
{
background-color: #514D1C;
}
.BgClassName
{
background-color: #514D1C;
}
</style>
border-color css
<style>
span { border-color: #514D1C; }
span { border-color: rgb(81,77,28); }
td.TdClassName
{
border-color: #514D1C;
}
.TagClassName
{
border-color: #514D1C;
}
</style>