Shades of Bronze Olive #514B12
Tints of Bronze Olive #514B12
RGB
CMYK
RGB Variations
Color information
#514B12 (or 0x514B12) is known color: Bronze Olive. HEX triplet: 51, 4B and 12. RGB value is (81,75,18). Sum of RGB (Red+Green+Blue) = 81+75+18=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B12 is #AEB4ED. Grayscale: #464646. Windows color (decimal): -11449582 or 1198929. OLE color: 1198929.
HSL color Cylindrical-coordinate representation of color #514B12: hue angle of 54.29º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #514B12 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 18 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.68 |
| HSL | 54.29º | 0.64% | 0.19% | - |
| HSV(B) | 54.29º | 0.78% | 0.32% | - |
| XYZ | 6.02 | 6.83 | 1.57 | - |
| YUV | 70.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 18 | 0 | 0.07 | 0.78 | 0.68 | 54.29 | 0.64 | 0.19 |
| Hex | 51 | 4B | 12 | 0 | 7 | 4E | 44 | 36 | 40 | 13 |
| Octal | 121 | 113 | 22 | 0 | 7 | 116 | 104 | 66 | 100 | 23 |
| Binary | 1010001 | 1001011 | 10010 | 0 | 111 | 1001110 | 1000100 | 110110 | 1000000 | 10011 |
Color Harmonies of #514B12
Complementary color
Monochromatic Colors of #514B12
Black with #514B12
Text Example
Text Example
White with #514B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B12; }
p { color: rgb(81,75,18); }
H1.HeaderClassName
{
color: #514B12;
}
.AnyTagClassName
{
color: #514B12;
}
</style>
background-color css
<style>
a { background-color: #514B12; }
a { background-color: rgb(81,75,18); }
div.DivClassName
{
background-color: #514B12;
}
.BgClassName
{
background-color: #514B12;
}
</style>
border-color css
<style>
span { border-color: #514B12; }
span { border-color: rgb(81,75,18); }
td.TdClassName
{
border-color: #514B12;
}
.TagClassName
{
border-color: #514B12;
}
</style>