Shades of Bronze Olive #555321
Tints of Bronze Olive #555321
RGB
CMYK
RGB Variations
Color information
#555321 (or 0x555321) is known color: Bronze Olive. HEX triplet: 55, 53 and 21. RGB value is (85,83,33). Sum of RGB (Red+Green+Blue) = 85+83+33=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #555321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555321 is #AAACDE. Grayscale: #4E4E4E. Windows color (decimal): -11185375 or 2184021. OLE color: 2184021.
HSL color Cylindrical-coordinate representation of color #555321: hue angle of 57.69º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555321 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 33 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.67 |
| HSL | 57.69º | 0.44% | 0.23% | - |
| HSV(B) | 57.69º | 0.61% | 0.33% | - |
| XYZ | 7.11 | 8.23 | 2.65 | - |
| YUV | 77.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 33 | 0 | 0.02 | 0.61 | 0.67 | 57.69 | 0.44 | 0.23 |
| Hex | 55 | 53 | 21 | 0 | 2 | 3D | 43 | 3A | 2C | 17 |
| Octal | 125 | 123 | 41 | 0 | 2 | 75 | 103 | 72 | 54 | 27 |
| Binary | 1010101 | 1010011 | 100001 | 0 | 10 | 111101 | 1000011 | 111010 | 101100 | 10111 |
Color Harmonies of #555321
Complementary color
Monochromatic Colors of #555321
Black with #555321
Text Example
Text Example
White with #555321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555321; }
p { color: rgb(85,83,33); }
H1.HeaderClassName
{
color: #555321;
}
.AnyTagClassName
{
color: #555321;
}
</style>
background-color css
<style>
a { background-color: #555321; }
a { background-color: rgb(85,83,33); }
div.DivClassName
{
background-color: #555321;
}
.BgClassName
{
background-color: #555321;
}
</style>
border-color css
<style>
span { border-color: #555321; }
span { border-color: rgb(85,83,33); }
td.TdClassName
{
border-color: #555321;
}
.TagClassName
{
border-color: #555321;
}
</style>