Shades of Bronze Olive #514521
Tints of Bronze Olive #514521
RGB
CMYK
RGB Variations
Color information
#514521 (or 0x514521) is known color: Bronze Olive. HEX triplet: 51, 45 and 21. RGB value is (81,69,33). Sum of RGB (Red+Green+Blue) = 81+69+33=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #514521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514521 is #AEBADE. Grayscale: #444444. Windows color (decimal): -11451103 or 2180433. OLE color: 2180433.
HSL color Cylindrical-coordinate representation of color #514521: hue angle of 45º 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 #514521 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 69 | 33 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.68 |
| HSL | 45º | 0.42% | 0.22% | - |
| HSV(B) | 45º | 0.59% | 0.32% | - |
| XYZ | 5.8 | 6.12 | 2.31 | - |
| YUV | 68.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 33 | 0 | 0.15 | 0.59 | 0.68 | 45 | 0.42 | 0.22 |
| Hex | 51 | 45 | 21 | 0 | F | 3B | 44 | 2D | 2A | 16 |
| Octal | 121 | 105 | 41 | 0 | 17 | 73 | 104 | 55 | 52 | 26 |
| Binary | 1010001 | 1000101 | 100001 | 0 | 1111 | 111011 | 1000100 | 101101 | 101010 | 10110 |
Color Harmonies of #514521
Complementary color
Monochromatic Colors of #514521
Black with #514521
Text Example
Text Example
White with #514521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514521; }
p { color: rgb(81,69,33); }
H1.HeaderClassName
{
color: #514521;
}
.AnyTagClassName
{
color: #514521;
}
</style>
background-color css
<style>
a { background-color: #514521; }
a { background-color: rgb(81,69,33); }
div.DivClassName
{
background-color: #514521;
}
.BgClassName
{
background-color: #514521;
}
</style>
border-color css
<style>
span { border-color: #514521; }
span { border-color: rgb(81,69,33); }
td.TdClassName
{
border-color: #514521;
}
.TagClassName
{
border-color: #514521;
}
</style>