Shades of Bronze Olive #514B1F
Tints of Bronze Olive #514B1F
RGB
CMYK
RGB Variations
Color information
#514B1F (or 0x514B1F) is known color: Bronze Olive. HEX triplet: 51, 4B and 1F. RGB value is (81,75,31). Sum of RGB (Red+Green+Blue) = 81+75+31=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B1F is #AEB4E0. Grayscale: #474747. Windows color (decimal): -11449569 or 2050897. OLE color: 2050897.
HSL color Cylindrical-coordinate representation of color #514B1F: hue angle of 52.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #514B1F is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 31 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.68 |
| HSL | 52.8º | 0.45% | 0.22% | - |
| HSV(B) | 52.8º | 0.62% | 0.32% | - |
| XYZ | 6.16 | 6.88 | 2.3 | - |
| YUV | 71.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 31 | 0 | 0.07 | 0.62 | 0.68 | 52.8 | 0.45 | 0.22 |
| Hex | 51 | 4B | 1F | 0 | 7 | 3E | 44 | 35 | 2D | 16 |
| Octal | 121 | 113 | 37 | 0 | 7 | 76 | 104 | 65 | 55 | 26 |
| Binary | 1010001 | 1001011 | 11111 | 0 | 111 | 111110 | 1000100 | 110101 | 101101 | 10110 |
Color Harmonies of #514B1F
Complementary color
Monochromatic Colors of #514B1F
Black with #514B1F
Text Example
Text Example
White with #514B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B1F; }
p { color: rgb(81,75,31); }
H1.HeaderClassName
{
color: #514B1F;
}
.AnyTagClassName
{
color: #514B1F;
}
</style>
background-color css
<style>
a { background-color: #514B1F; }
a { background-color: rgb(81,75,31); }
div.DivClassName
{
background-color: #514B1F;
}
.BgClassName
{
background-color: #514B1F;
}
</style>
border-color css
<style>
span { border-color: #514B1F; }
span { border-color: rgb(81,75,31); }
td.TdClassName
{
border-color: #514B1F;
}
.TagClassName
{
border-color: #514B1F;
}
</style>