Shades of Bronze Olive #514C1B
Tints of Bronze Olive #514C1B
RGB
CMYK
RGB Variations
Color information
#514C1B (or 0x514C1B) is known color: Bronze Olive. HEX triplet: 51, 4C and 1B. RGB value is (81,76,27). Sum of RGB (Red+Green+Blue) = 81+76+27=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #514C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C1B is #AEB3E4. Grayscale: #484848. Windows color (decimal): -11449317 or 1789009. OLE color: 1789009.
HSL color Cylindrical-coordinate representation of color #514C1B: hue angle of 54.44º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514C1B is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 27 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.68 |
| HSL | 54.44º | 0.5% | 0.21% | - |
| HSV(B) | 54.44º | 0.67% | 0.32% | - |
| XYZ | 6.18 | 7 | 2.06 | - |
| YUV | 71.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 27 | 0 | 0.06 | 0.67 | 0.68 | 54.44 | 0.5 | 0.21 |
| Hex | 51 | 4C | 1B | 0 | 6 | 43 | 44 | 36 | 32 | 15 |
| Octal | 121 | 114 | 33 | 0 | 6 | 103 | 104 | 66 | 62 | 25 |
| Binary | 1010001 | 1001100 | 11011 | 0 | 110 | 1000011 | 1000100 | 110110 | 110010 | 10101 |
Color Harmonies of #514C1B
Complementary color
Monochromatic Colors of #514C1B
Black with #514C1B
Text Example
Text Example
White with #514C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C1B; }
p { color: rgb(81,76,27); }
H1.HeaderClassName
{
color: #514C1B;
}
.AnyTagClassName
{
color: #514C1B;
}
</style>
background-color css
<style>
a { background-color: #514C1B; }
a { background-color: rgb(81,76,27); }
div.DivClassName
{
background-color: #514C1B;
}
.BgClassName
{
background-color: #514C1B;
}
</style>
border-color css
<style>
span { border-color: #514C1B; }
span { border-color: rgb(81,76,27); }
td.TdClassName
{
border-color: #514C1B;
}
.TagClassName
{
border-color: #514C1B;
}
</style>