Shades of Bronze Olive #55511C
Tints of Bronze Olive #55511C
RGB
CMYK
RGB Variations
Color information
#55511C (or 0x55511C) is known color: Bronze Olive. HEX triplet: 55, 51 and 1C. RGB value is (85,81,28). Sum of RGB (Red+Green+Blue) = 85+81+28=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55511C is #AAAEE3. Grayscale: #4C4C4C. Windows color (decimal): -11185892 or 1855829. OLE color: 1855829.
HSL color Cylindrical-coordinate representation of color #55511C: hue angle of 55.79º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55511C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 28 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.67 |
| HSL | 55.79º | 0.5% | 0.22% | - |
| HSV(B) | 55.79º | 0.67% | 0.33% | - |
| XYZ | 6.9 | 7.9 | 2.26 | - |
| YUV | 76.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 28 | 0 | 0.05 | 0.67 | 0.67 | 55.79 | 0.5 | 0.22 |
| Hex | 55 | 51 | 1C | 0 | 5 | 43 | 43 | 38 | 32 | 16 |
| Octal | 125 | 121 | 34 | 0 | 5 | 103 | 103 | 70 | 62 | 26 |
| Binary | 1010101 | 1010001 | 11100 | 0 | 101 | 1000011 | 1000011 | 111000 | 110010 | 10110 |
Color Harmonies of #55511C
Complementary color
Monochromatic Colors of #55511C
Black with #55511C
Text Example
Text Example
White with #55511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55511C; }
p { color: rgb(85,81,28); }
H1.HeaderClassName
{
color: #55511C;
}
.AnyTagClassName
{
color: #55511C;
}
</style>
background-color css
<style>
a { background-color: #55511C; }
a { background-color: rgb(85,81,28); }
div.DivClassName
{
background-color: #55511C;
}
.BgClassName
{
background-color: #55511C;
}
</style>
border-color css
<style>
span { border-color: #55511C; }
span { border-color: rgb(85,81,28); }
td.TdClassName
{
border-color: #55511C;
}
.TagClassName
{
border-color: #55511C;
}
</style>