Shades of Bronze Olive #55511D
Tints of Bronze Olive #55511D
RGB
CMYK
RGB Variations
Color information
#55511D (or 0x55511D) is known color: Bronze Olive. HEX triplet: 55, 51 and 1D. RGB value is (85,81,29). Sum of RGB (Red+Green+Blue) = 85+81+29=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #55511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55511D is #AAAEE2. Grayscale: #4C4C4C. Windows color (decimal): -11185891 or 1921365. OLE color: 1921365.
HSL color Cylindrical-coordinate representation of color #55511D: hue angle of 55.71º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55511D is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 29 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.67 |
| HSL | 55.71º | 0.49% | 0.22% | - |
| HSV(B) | 55.71º | 0.66% | 0.33% | - |
| XYZ | 6.91 | 7.9 | 2.32 | - |
| YUV | 76.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 29 | 0 | 0.05 | 0.66 | 0.67 | 55.71 | 0.49 | 0.22 |
| Hex | 55 | 51 | 1D | 0 | 5 | 42 | 43 | 38 | 31 | 16 |
| Octal | 125 | 121 | 35 | 0 | 5 | 102 | 103 | 70 | 61 | 26 |
| Binary | 1010101 | 1010001 | 11101 | 0 | 101 | 1000010 | 1000011 | 111000 | 110001 | 10110 |
Color Harmonies of #55511D
Complementary color
Monochromatic Colors of #55511D
Black with #55511D
Text Example
Text Example
White with #55511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55511D; }
p { color: rgb(85,81,29); }
H1.HeaderClassName
{
color: #55511D;
}
.AnyTagClassName
{
color: #55511D;
}
</style>
background-color css
<style>
a { background-color: #55511D; }
a { background-color: rgb(85,81,29); }
div.DivClassName
{
background-color: #55511D;
}
.BgClassName
{
background-color: #55511D;
}
</style>
border-color css
<style>
span { border-color: #55511D; }
span { border-color: rgb(85,81,29); }
td.TdClassName
{
border-color: #55511D;
}
.TagClassName
{
border-color: #55511D;
}
</style>