Shades of Bronze Olive #514A1E
Tints of Bronze Olive #514A1E
RGB
CMYK
RGB Variations
Color information
#514A1E (or 0x514A1E) is known color: Bronze Olive. HEX triplet: 51, 4A and 1E. RGB value is (81,74,30). Sum of RGB (Red+Green+Blue) = 81+74+30=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A1E is #AEB5E1. Grayscale: #474747. Windows color (decimal): -11449826 or 1985105. OLE color: 1985105.
HSL color Cylindrical-coordinate representation of color #514A1E: hue angle of 51.76º 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 #514A1E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 30 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.68 |
| HSL | 51.76º | 0.46% | 0.22% | - |
| HSV(B) | 51.76º | 0.63% | 0.32% | - |
| XYZ | 6.08 | 6.74 | 2.21 | - |
| YUV | 71.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 30 | 0 | 0.09 | 0.63 | 0.68 | 51.76 | 0.46 | 0.22 |
| Hex | 51 | 4A | 1E | 0 | 9 | 3F | 44 | 34 | 2E | 16 |
| Octal | 121 | 112 | 36 | 0 | 11 | 77 | 104 | 64 | 56 | 26 |
| Binary | 1010001 | 1001010 | 11110 | 0 | 1001 | 111111 | 1000100 | 110100 | 101110 | 10110 |
Color Harmonies of #514A1E
Complementary color
Monochromatic Colors of #514A1E
Black with #514A1E
Text Example
Text Example
White with #514A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A1E; }
p { color: rgb(81,74,30); }
H1.HeaderClassName
{
color: #514A1E;
}
.AnyTagClassName
{
color: #514A1E;
}
</style>
background-color css
<style>
a { background-color: #514A1E; }
a { background-color: rgb(81,74,30); }
div.DivClassName
{
background-color: #514A1E;
}
.BgClassName
{
background-color: #514A1E;
}
</style>
border-color css
<style>
span { border-color: #514A1E; }
span { border-color: rgb(81,74,30); }
td.TdClassName
{
border-color: #514A1E;
}
.TagClassName
{
border-color: #514A1E;
}
</style>