Shades of Bronze Olive #514B1E
Tints of Bronze Olive #514B1E
RGB
CMYK
RGB Variations
Color information
#514B1E (or 0x514B1E) is known color: Bronze Olive. HEX triplet: 51, 4B and 1E. RGB value is (81,75,30). Sum of RGB (Red+Green+Blue) = 81+75+30=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B1E is #AEB4E1. Grayscale: #474747. Windows color (decimal): -11449570 or 1985361. OLE color: 1985361.
HSL color Cylindrical-coordinate representation of color #514B1E: hue angle of 52.94º 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 #514B1E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 30 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.68 |
| HSL | 52.94º | 0.46% | 0.22% | - |
| HSV(B) | 52.94º | 0.63% | 0.32% | - |
| XYZ | 6.14 | 6.88 | 2.23 | - |
| YUV | 71.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 30 | 0 | 0.07 | 0.63 | 0.68 | 52.94 | 0.46 | 0.22 |
| Hex | 51 | 4B | 1E | 0 | 7 | 3F | 44 | 35 | 2E | 16 |
| Octal | 121 | 113 | 36 | 0 | 7 | 77 | 104 | 65 | 56 | 26 |
| Binary | 1010001 | 1001011 | 11110 | 0 | 111 | 111111 | 1000100 | 110101 | 101110 | 10110 |
Color Harmonies of #514B1E
Complementary color
Monochromatic Colors of #514B1E
Black with #514B1E
Text Example
Text Example
White with #514B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B1E; }
p { color: rgb(81,75,30); }
H1.HeaderClassName
{
color: #514B1E;
}
.AnyTagClassName
{
color: #514B1E;
}
</style>
background-color css
<style>
a { background-color: #514B1E; }
a { background-color: rgb(81,75,30); }
div.DivClassName
{
background-color: #514B1E;
}
.BgClassName
{
background-color: #514B1E;
}
</style>
border-color css
<style>
span { border-color: #514B1E; }
span { border-color: rgb(81,75,30); }
td.TdClassName
{
border-color: #514B1E;
}
.TagClassName
{
border-color: #514B1E;
}
</style>