Shades of Bronze Olive #514A21
Tints of Bronze Olive #514A21
RGB
CMYK
RGB Variations
Color information
#514A21 (or 0x514A21) is known color: Bronze Olive. HEX triplet: 51, 4A and 21. RGB value is (81,74,33). Sum of RGB (Red+Green+Blue) = 81+74+33=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #514A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A21 is #AEB5DE. Grayscale: #474747. Windows color (decimal): -11449823 or 2181713. OLE color: 2181713.
HSL color Cylindrical-coordinate representation of color #514A21: hue angle of 51.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514A21 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 33 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.68 |
| HSL | 51.25º | 0.42% | 0.22% | - |
| HSV(B) | 51.25º | 0.59% | 0.32% | - |
| XYZ | 6.12 | 6.76 | 2.42 | - |
| YUV | 71.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 33 | 0 | 0.09 | 0.59 | 0.68 | 51.25 | 0.42 | 0.22 |
| Hex | 51 | 4A | 21 | 0 | 9 | 3B | 44 | 33 | 2A | 16 |
| Octal | 121 | 112 | 41 | 0 | 11 | 73 | 104 | 63 | 52 | 26 |
| Binary | 1010001 | 1001010 | 100001 | 0 | 1001 | 111011 | 1000100 | 110011 | 101010 | 10110 |
Color Harmonies of #514A21
Complementary color
Monochromatic Colors of #514A21
Black with #514A21
Text Example
Text Example
White with #514A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A21; }
p { color: rgb(81,74,33); }
H1.HeaderClassName
{
color: #514A21;
}
.AnyTagClassName
{
color: #514A21;
}
</style>
background-color css
<style>
a { background-color: #514A21; }
a { background-color: rgb(81,74,33); }
div.DivClassName
{
background-color: #514A21;
}
.BgClassName
{
background-color: #514A21;
}
</style>
border-color css
<style>
span { border-color: #514A21; }
span { border-color: rgb(81,74,33); }
td.TdClassName
{
border-color: #514A21;
}
.TagClassName
{
border-color: #514A21;
}
</style>