Shades of Bronze Olive #514E1C
Tints of Bronze Olive #514E1C
RGB
CMYK
RGB Variations
Color information
#514E1C (or 0x514E1C) is known color: Bronze Olive. HEX triplet: 51, 4E and 1C. RGB value is (81,78,28). Sum of RGB (Red+Green+Blue) = 81+78+28=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E1C is #AEB1E3. Grayscale: #494949. Windows color (decimal): -11448804 or 1855057. OLE color: 1855057.
HSL color Cylindrical-coordinate representation of color #514E1C: hue angle of 56.6º 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 #514E1C is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 28 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.68 |
| HSL | 56.6º | 0.49% | 0.21% | - |
| HSV(B) | 56.6º | 0.65% | 0.32% | - |
| XYZ | 6.33 | 7.28 | 2.17 | - |
| YUV | 73.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 28 | 0 | 0.04 | 0.65 | 0.68 | 56.6 | 0.49 | 0.21 |
| Hex | 51 | 4E | 1C | 0 | 4 | 41 | 44 | 39 | 31 | 15 |
| Octal | 121 | 116 | 34 | 0 | 4 | 101 | 104 | 71 | 61 | 25 |
| Binary | 1010001 | 1001110 | 11100 | 0 | 100 | 1000001 | 1000100 | 111001 | 110001 | 10101 |
Color Harmonies of #514E1C
Complementary color
Monochromatic Colors of #514E1C
Black with #514E1C
Text Example
Text Example
White with #514E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E1C; }
p { color: rgb(81,78,28); }
H1.HeaderClassName
{
color: #514E1C;
}
.AnyTagClassName
{
color: #514E1C;
}
</style>
background-color css
<style>
a { background-color: #514E1C; }
a { background-color: rgb(81,78,28); }
div.DivClassName
{
background-color: #514E1C;
}
.BgClassName
{
background-color: #514E1C;
}
</style>
border-color css
<style>
span { border-color: #514E1C; }
span { border-color: rgb(81,78,28); }
td.TdClassName
{
border-color: #514E1C;
}
.TagClassName
{
border-color: #514E1C;
}
</style>