Shades of Bronze Olive #554611
Tints of Bronze Olive #554611
RGB
CMYK
RGB Variations
Color information
#554611 (or 0x554611) is known color: Bronze Olive. HEX triplet: 55, 46 and 11. RGB value is (85,70,17). Sum of RGB (Red+Green+Blue) = 85+70+17=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #554611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554611 is #AAB9EE. Grayscale: #444444. Windows color (decimal): -11188719 or 1132117. OLE color: 1132117.
HSL color Cylindrical-coordinate representation of color #554611: hue angle of 46.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #554611 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 17 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.67 |
| HSL | 46.76º | 0.67% | 0.2% | - |
| HSV(B) | 46.76º | 0.8% | 0.33% | - |
| XYZ | 6.04 | 6.35 | 1.44 | - |
| YUV | 68.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 17 | 0 | 0.18 | 0.80 | 0.67 | 46.76 | 0.67 | 0.2 |
| Hex | 55 | 46 | 11 | 0 | 12 | 50 | 43 | 2F | 43 | 14 |
| Octal | 125 | 106 | 21 | 0 | 22 | 120 | 103 | 57 | 103 | 24 |
| Binary | 1010101 | 1000110 | 10001 | 0 | 10010 | 1010000 | 1000011 | 101111 | 1000011 | 10100 |
Color Harmonies of #554611
Complementary color
Monochromatic Colors of #554611
Black with #554611
Text Example
Text Example
White with #554611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554611; }
p { color: rgb(85,70,17); }
H1.HeaderClassName
{
color: #554611;
}
.AnyTagClassName
{
color: #554611;
}
</style>
background-color css
<style>
a { background-color: #554611; }
a { background-color: rgb(85,70,17); }
div.DivClassName
{
background-color: #554611;
}
.BgClassName
{
background-color: #554611;
}
</style>
border-color css
<style>
span { border-color: #554611; }
span { border-color: rgb(85,70,17); }
td.TdClassName
{
border-color: #554611;
}
.TagClassName
{
border-color: #554611;
}
</style>