Shades of Bronze Olive #514A27
Tints of Bronze Olive #514A27
RGB
CMYK
RGB Variations
Color information
#514A27 (or 0x514A27) is known color: Bronze Olive. HEX triplet: 51, 4A and 27. RGB value is (81,74,39). Sum of RGB (Red+Green+Blue) = 81+74+39=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #514A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A27 is #AEB5D8. Grayscale: #484848. Windows color (decimal): -11449817 or 2574929. OLE color: 2574929.
HSL color Cylindrical-coordinate representation of color #514A27: hue angle of 50º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514A27 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 39 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.68 |
| HSL | 50º | 0.35% | 0.24% | - |
| HSV(B) | 50º | 0.52% | 0.32% | - |
| XYZ | 6.21 | 6.79 | 2.9 | - |
| YUV | 72.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 39 | 0 | 0.09 | 0.52 | 0.68 | 50 | 0.35 | 0.24 |
| Hex | 51 | 4A | 27 | 0 | 9 | 34 | 44 | 32 | 23 | 18 |
| Octal | 121 | 112 | 47 | 0 | 11 | 64 | 104 | 62 | 43 | 30 |
| Binary | 1010001 | 1001010 | 100111 | 0 | 1001 | 110100 | 1000100 | 110010 | 100011 | 11000 |
Color Harmonies of #514A27
Complementary color
Monochromatic Colors of #514A27
Black with #514A27
Text Example
Text Example
White with #514A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A27; }
p { color: rgb(81,74,39); }
H1.HeaderClassName
{
color: #514A27;
}
.AnyTagClassName
{
color: #514A27;
}
</style>
background-color css
<style>
a { background-color: #514A27; }
a { background-color: rgb(81,74,39); }
div.DivClassName
{
background-color: #514A27;
}
.BgClassName
{
background-color: #514A27;
}
</style>
border-color css
<style>
span { border-color: #514A27; }
span { border-color: rgb(81,74,39); }
td.TdClassName
{
border-color: #514A27;
}
.TagClassName
{
border-color: #514A27;
}
</style>