Shades of Bronze Olive #555222
Tints of Bronze Olive #555222
RGB
CMYK
RGB Variations
Color information
#555222 (or 0x555222) is known color: Bronze Olive. HEX triplet: 55, 52 and 22. RGB value is (85,82,34). Sum of RGB (Red+Green+Blue) = 85+82+34=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555222 is #AAADDD. Grayscale: #4D4D4D. Windows color (decimal): -11185630 or 2249301. OLE color: 2249301.
HSL color Cylindrical-coordinate representation of color #555222: hue angle of 56.47º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555222 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 34 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.67 |
| HSL | 56.47º | 0.43% | 0.23% | - |
| HSV(B) | 56.47º | 0.6% | 0.33% | - |
| XYZ | 7.05 | 8.08 | 2.7 | - |
| YUV | 77.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 34 | 0 | 0.04 | 0.60 | 0.67 | 56.47 | 0.43 | 0.23 |
| Hex | 55 | 52 | 22 | 0 | 4 | 3C | 43 | 38 | 2B | 17 |
| Octal | 125 | 122 | 42 | 0 | 4 | 74 | 103 | 70 | 53 | 27 |
| Binary | 1010101 | 1010010 | 100010 | 0 | 100 | 111100 | 1000011 | 111000 | 101011 | 10111 |
Color Harmonies of #555222
Complementary color
Monochromatic Colors of #555222
Black with #555222
Text Example
Text Example
White with #555222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555222; }
p { color: rgb(85,82,34); }
H1.HeaderClassName
{
color: #555222;
}
.AnyTagClassName
{
color: #555222;
}
</style>
background-color css
<style>
a { background-color: #555222; }
a { background-color: rgb(85,82,34); }
div.DivClassName
{
background-color: #555222;
}
.BgClassName
{
background-color: #555222;
}
</style>
border-color css
<style>
span { border-color: #555222; }
span { border-color: rgb(85,82,34); }
td.TdClassName
{
border-color: #555222;
}
.TagClassName
{
border-color: #555222;
}
</style>