Shades of Bronze Olive #514E1E
Tints of Bronze Olive #514E1E
RGB
CMYK
RGB Variations
Color information
#514E1E (or 0x514E1E) is known color: Bronze Olive. HEX triplet: 51, 4E and 1E. RGB value is (81,78,30). Sum of RGB (Red+Green+Blue) = 81+78+30=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #514E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E1E is #AEB1E1. Grayscale: #494949. Windows color (decimal): -11448802 or 1986129. OLE color: 1986129.
HSL color Cylindrical-coordinate representation of color #514E1E: hue angle of 56.47º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #514E1E is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 30 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.68 |
| HSL | 56.47º | 0.46% | 0.22% | - |
| HSV(B) | 56.47º | 0.63% | 0.32% | - |
| XYZ | 6.35 | 7.29 | 2.3 | - |
| YUV | 73.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 30 | 0 | 0.04 | 0.63 | 0.68 | 56.47 | 0.46 | 0.22 |
| Hex | 51 | 4E | 1E | 0 | 4 | 3F | 44 | 38 | 2E | 16 |
| Octal | 121 | 116 | 36 | 0 | 4 | 77 | 104 | 70 | 56 | 26 |
| Binary | 1010001 | 1001110 | 11110 | 0 | 100 | 111111 | 1000100 | 111000 | 101110 | 10110 |
Color Harmonies of #514E1E
Complementary color
Monochromatic Colors of #514E1E
Black with #514E1E
Text Example
Text Example
White with #514E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E1E; }
p { color: rgb(81,78,30); }
H1.HeaderClassName
{
color: #514E1E;
}
.AnyTagClassName
{
color: #514E1E;
}
</style>
background-color css
<style>
a { background-color: #514E1E; }
a { background-color: rgb(81,78,30); }
div.DivClassName
{
background-color: #514E1E;
}
.BgClassName
{
background-color: #514E1E;
}
</style>
border-color css
<style>
span { border-color: #514E1E; }
span { border-color: rgb(81,78,30); }
td.TdClassName
{
border-color: #514E1E;
}
.TagClassName
{
border-color: #514E1E;
}
</style>