Shades of Bronze Olive #55511F
Tints of Bronze Olive #55511F
RGB
CMYK
RGB Variations
Color information
#55511F (or 0x55511F) is known color: Bronze Olive. HEX triplet: 55, 51 and 1F. RGB value is (85,81,31). Sum of RGB (Red+Green+Blue) = 85+81+31=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55511F is #AAAEE0. Grayscale: #4C4C4C. Windows color (decimal): -11185889 or 2052437. OLE color: 2052437.
HSL color Cylindrical-coordinate representation of color #55511F: hue angle of 55.56º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55511F is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 31 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.67 |
| HSL | 55.56º | 0.47% | 0.23% | - |
| HSV(B) | 55.56º | 0.64% | 0.33% | - |
| XYZ | 6.94 | 7.92 | 2.46 | - |
| YUV | 76.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 31 | 0 | 0.05 | 0.64 | 0.67 | 55.56 | 0.47 | 0.23 |
| Hex | 55 | 51 | 1F | 0 | 5 | 40 | 43 | 38 | 2F | 17 |
| Octal | 125 | 121 | 37 | 0 | 5 | 100 | 103 | 70 | 57 | 27 |
| Binary | 1010101 | 1010001 | 11111 | 0 | 101 | 1000000 | 1000011 | 111000 | 101111 | 10111 |
Color Harmonies of #55511F
Complementary color
Monochromatic Colors of #55511F
Black with #55511F
Text Example
Text Example
White with #55511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55511F; }
p { color: rgb(85,81,31); }
H1.HeaderClassName
{
color: #55511F;
}
.AnyTagClassName
{
color: #55511F;
}
</style>
background-color css
<style>
a { background-color: #55511F; }
a { background-color: rgb(85,81,31); }
div.DivClassName
{
background-color: #55511F;
}
.BgClassName
{
background-color: #55511F;
}
</style>
border-color css
<style>
span { border-color: #55511F; }
span { border-color: rgb(85,81,31); }
td.TdClassName
{
border-color: #55511F;
}
.TagClassName
{
border-color: #55511F;
}
</style>