Shades of Bronze Olive #514A1A
Tints of Bronze Olive #514A1A
RGB
CMYK
RGB Variations
Color information
#514A1A (or 0x514A1A) is known color: Bronze Olive. HEX triplet: 51, 4A and 1A. RGB value is (81,74,26). Sum of RGB (Red+Green+Blue) = 81+74+26=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A1A is #AEB5E5. Grayscale: #464646. Windows color (decimal): -11449830 or 1722961. OLE color: 1722961.
HSL color Cylindrical-coordinate representation of color #514A1A: hue angle of 52.36º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #514A1A is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 26 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.68 |
| HSL | 52.36º | 0.51% | 0.21% | - |
| HSV(B) | 52.36º | 0.68% | 0.32% | - |
| XYZ | 6.03 | 6.72 | 1.96 | - |
| YUV | 70.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 26 | 0 | 0.09 | 0.68 | 0.68 | 52.36 | 0.51 | 0.21 |
| Hex | 51 | 4A | 1A | 0 | 9 | 44 | 44 | 34 | 33 | 15 |
| Octal | 121 | 112 | 32 | 0 | 11 | 104 | 104 | 64 | 63 | 25 |
| Binary | 1010001 | 1001010 | 11010 | 0 | 1001 | 1000100 | 1000100 | 110100 | 110011 | 10101 |
Color Harmonies of #514A1A
Complementary color
Monochromatic Colors of #514A1A
Black with #514A1A
Text Example
Text Example
White with #514A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A1A; }
p { color: rgb(81,74,26); }
H1.HeaderClassName
{
color: #514A1A;
}
.AnyTagClassName
{
color: #514A1A;
}
</style>
background-color css
<style>
a { background-color: #514A1A; }
a { background-color: rgb(81,74,26); }
div.DivClassName
{
background-color: #514A1A;
}
.BgClassName
{
background-color: #514A1A;
}
</style>
border-color css
<style>
span { border-color: #514A1A; }
span { border-color: rgb(81,74,26); }
td.TdClassName
{
border-color: #514A1A;
}
.TagClassName
{
border-color: #514A1A;
}
</style>