Shades of Bronze Olive #555218
Tints of Bronze Olive #555218
RGB
CMYK
RGB Variations
Color information
#555218 (or 0x555218) is known color: Bronze Olive. HEX triplet: 55, 52 and 18. RGB value is (85,82,24). Sum of RGB (Red+Green+Blue) = 85+82+24=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #555218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555218 is #AAADE7. Grayscale: #4C4C4C. Windows color (decimal): -11185640 or 1593941. OLE color: 1593941.
HSL color Cylindrical-coordinate representation of color #555218: hue angle of 57.05º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555218 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 24 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.67 |
| HSL | 57.05º | 0.56% | 0.21% | - |
| HSV(B) | 57.05º | 0.72% | 0.33% | - |
| XYZ | 6.93 | 8.03 | 2.05 | - |
| YUV | 76.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 24 | 0 | 0.04 | 0.72 | 0.67 | 57.05 | 0.56 | 0.21 |
| Hex | 55 | 52 | 18 | 0 | 4 | 48 | 43 | 39 | 38 | 15 |
| Octal | 125 | 122 | 30 | 0 | 4 | 110 | 103 | 71 | 70 | 25 |
| Binary | 1010101 | 1010010 | 11000 | 0 | 100 | 1001000 | 1000011 | 111001 | 111000 | 10101 |
Color Harmonies of #555218
Complementary color
Monochromatic Colors of #555218
Black with #555218
Text Example
Text Example
White with #555218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555218; }
p { color: rgb(85,82,24); }
H1.HeaderClassName
{
color: #555218;
}
.AnyTagClassName
{
color: #555218;
}
</style>
background-color css
<style>
a { background-color: #555218; }
a { background-color: rgb(85,82,24); }
div.DivClassName
{
background-color: #555218;
}
.BgClassName
{
background-color: #555218;
}
</style>
border-color css
<style>
span { border-color: #555218; }
span { border-color: rgb(85,82,24); }
td.TdClassName
{
border-color: #555218;
}
.TagClassName
{
border-color: #555218;
}
</style>