Shades of Bronze Olive #55511E
Tints of Bronze Olive #55511E
RGB
CMYK
RGB Variations
Color information
#55511E (or 0x55511E) is known color: Bronze Olive. HEX triplet: 55, 51 and 1E. RGB value is (85,81,30). Sum of RGB (Red+Green+Blue) = 85+81+30=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55511E is #AAAEE1. Grayscale: #4C4C4C. Windows color (decimal): -11185890 or 1986901. OLE color: 1986901.
HSL color Cylindrical-coordinate representation of color #55511E: hue angle of 55.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55511E is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 30 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.67 |
| HSL | 55.64º | 0.48% | 0.23% | - |
| HSV(B) | 55.64º | 0.65% | 0.33% | - |
| XYZ | 6.92 | 7.91 | 2.39 | - |
| YUV | 76.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 30 | 0 | 0.05 | 0.65 | 0.67 | 55.64 | 0.48 | 0.23 |
| Hex | 55 | 51 | 1E | 0 | 5 | 41 | 43 | 38 | 30 | 17 |
| Octal | 125 | 121 | 36 | 0 | 5 | 101 | 103 | 70 | 60 | 27 |
| Binary | 1010101 | 1010001 | 11110 | 0 | 101 | 1000001 | 1000011 | 111000 | 110000 | 10111 |
Color Harmonies of #55511E
Complementary color
Monochromatic Colors of #55511E
Black with #55511E
Text Example
Text Example
White with #55511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55511E; }
p { color: rgb(85,81,30); }
H1.HeaderClassName
{
color: #55511E;
}
.AnyTagClassName
{
color: #55511E;
}
</style>
background-color css
<style>
a { background-color: #55511E; }
a { background-color: rgb(85,81,30); }
div.DivClassName
{
background-color: #55511E;
}
.BgClassName
{
background-color: #55511E;
}
</style>
border-color css
<style>
span { border-color: #55511E; }
span { border-color: rgb(85,81,30); }
td.TdClassName
{
border-color: #55511E;
}
.TagClassName
{
border-color: #55511E;
}
</style>