Shades of Bronze Olive #514C1F
Tints of Bronze Olive #514C1F
RGB
CMYK
RGB Variations
Color information
#514C1F (or 0x514C1F) is known color: Bronze Olive. HEX triplet: 51, 4C and 1F. RGB value is (81,76,31). Sum of RGB (Red+Green+Blue) = 81+76+31=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C1F is #AEB3E0. Grayscale: #484848. Windows color (decimal): -11449313 or 2051153. OLE color: 2051153.
HSL color Cylindrical-coordinate representation of color #514C1F: hue angle of 54º 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 #514C1F is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 31 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.68 |
| HSL | 54º | 0.45% | 0.22% | - |
| HSV(B) | 54º | 0.62% | 0.32% | - |
| XYZ | 6.23 | 7.02 | 2.32 | - |
| YUV | 72.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 31 | 0 | 0.06 | 0.62 | 0.68 | 54 | 0.45 | 0.22 |
| Hex | 51 | 4C | 1F | 0 | 6 | 3E | 44 | 36 | 2D | 16 |
| Octal | 121 | 114 | 37 | 0 | 6 | 76 | 104 | 66 | 55 | 26 |
| Binary | 1010001 | 1001100 | 11111 | 0 | 110 | 111110 | 1000100 | 110110 | 101101 | 10110 |
Color Harmonies of #514C1F
Complementary color
Monochromatic Colors of #514C1F
Black with #514C1F
Text Example
Text Example
White with #514C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C1F; }
p { color: rgb(81,76,31); }
H1.HeaderClassName
{
color: #514C1F;
}
.AnyTagClassName
{
color: #514C1F;
}
</style>
background-color css
<style>
a { background-color: #514C1F; }
a { background-color: rgb(81,76,31); }
div.DivClassName
{
background-color: #514C1F;
}
.BgClassName
{
background-color: #514C1F;
}
</style>
border-color css
<style>
span { border-color: #514C1F; }
span { border-color: rgb(81,76,31); }
td.TdClassName
{
border-color: #514C1F;
}
.TagClassName
{
border-color: #514C1F;
}
</style>