Shades of Bronze Olive #555118
Tints of Bronze Olive #555118
RGB
CMYK
RGB Variations
Color information
#555118 (or 0x555118) is known color: Bronze Olive. HEX triplet: 55, 51 and 18. RGB value is (85,81,24). Sum of RGB (Red+Green+Blue) = 85+81+24=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #555118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555118 is #AAAEE7. Grayscale: #4B4B4B. Windows color (decimal): -11185896 or 1593685. OLE color: 1593685.
HSL color Cylindrical-coordinate representation of color #555118: hue angle of 56.07º 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 #555118 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 24 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.67 |
| HSL | 56.07º | 0.56% | 0.21% | - |
| HSV(B) | 56.07º | 0.72% | 0.33% | - |
| XYZ | 6.85 | 7.88 | 2.02 | - |
| YUV | 75.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 24 | 0 | 0.05 | 0.72 | 0.67 | 56.07 | 0.56 | 0.21 |
| Hex | 55 | 51 | 18 | 0 | 5 | 48 | 43 | 38 | 38 | 15 |
| Octal | 125 | 121 | 30 | 0 | 5 | 110 | 103 | 70 | 70 | 25 |
| Binary | 1010101 | 1010001 | 11000 | 0 | 101 | 1001000 | 1000011 | 111000 | 111000 | 10101 |
Color Harmonies of #555118
Complementary color
Monochromatic Colors of #555118
Black with #555118
Text Example
Text Example
White with #555118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555118; }
p { color: rgb(85,81,24); }
H1.HeaderClassName
{
color: #555118;
}
.AnyTagClassName
{
color: #555118;
}
</style>
background-color css
<style>
a { background-color: #555118; }
a { background-color: rgb(85,81,24); }
div.DivClassName
{
background-color: #555118;
}
.BgClassName
{
background-color: #555118;
}
</style>
border-color css
<style>
span { border-color: #555118; }
span { border-color: rgb(85,81,24); }
td.TdClassName
{
border-color: #555118;
}
.TagClassName
{
border-color: #555118;
}
</style>