Shades of Bronze Olive #555114
Tints of Bronze Olive #555114
RGB
CMYK
RGB Variations
Color information
#555114 (or 0x555114) is known color: Bronze Olive. HEX triplet: 55, 51 and 14. RGB value is (85,81,20). Sum of RGB (Red+Green+Blue) = 85+81+20=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #555114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555114 is #AAAEEB. Grayscale: #4B4B4B. Windows color (decimal): -11185900 or 1331541. OLE color: 1331541.
HSL color Cylindrical-coordinate representation of color #555114: hue angle of 56.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #555114 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 20 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.67 |
| HSL | 56.31º | 0.62% | 0.21% | - |
| HSV(B) | 56.31º | 0.76% | 0.33% | - |
| XYZ | 6.82 | 7.87 | 1.82 | - |
| YUV | 75.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 20 | 0 | 0.05 | 0.76 | 0.67 | 56.31 | 0.62 | 0.21 |
| Hex | 55 | 51 | 14 | 0 | 5 | 4C | 43 | 38 | 3E | 15 |
| Octal | 125 | 121 | 24 | 0 | 5 | 114 | 103 | 70 | 76 | 25 |
| Binary | 1010101 | 1010001 | 10100 | 0 | 101 | 1001100 | 1000011 | 111000 | 111110 | 10101 |
Color Harmonies of #555114
Complementary color
Monochromatic Colors of #555114
Black with #555114
Text Example
Text Example
White with #555114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555114; }
p { color: rgb(85,81,20); }
H1.HeaderClassName
{
color: #555114;
}
.AnyTagClassName
{
color: #555114;
}
</style>
background-color css
<style>
a { background-color: #555114; }
a { background-color: rgb(85,81,20); }
div.DivClassName
{
background-color: #555114;
}
.BgClassName
{
background-color: #555114;
}
</style>
border-color css
<style>
span { border-color: #555114; }
span { border-color: rgb(85,81,20); }
td.TdClassName
{
border-color: #555114;
}
.TagClassName
{
border-color: #555114;
}
</style>