Shades of Bronze Olive #554811
Tints of Bronze Olive #554811
RGB
CMYK
RGB Variations
Color information
#554811 (or 0x554811) is known color: Bronze Olive. HEX triplet: 55, 48 and 11. RGB value is (85,72,17). Sum of RGB (Red+Green+Blue) = 85+72+17=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554811 is #AAB7EE. Grayscale: #454545. Windows color (decimal): -11188207 or 1132629. OLE color: 1132629.
HSL color Cylindrical-coordinate representation of color #554811: hue angle of 48.53º 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 #554811 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 17 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.67 |
| HSL | 48.53º | 0.67% | 0.2% | - |
| HSV(B) | 48.53º | 0.8% | 0.33% | - |
| XYZ | 6.16 | 6.61 | 1.48 | - |
| YUV | 69.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 17 | 0 | 0.15 | 0.80 | 0.67 | 48.53 | 0.67 | 0.2 |
| Hex | 55 | 48 | 11 | 0 | F | 50 | 43 | 31 | 43 | 14 |
| Octal | 125 | 110 | 21 | 0 | 17 | 120 | 103 | 61 | 103 | 24 |
| Binary | 1010101 | 1001000 | 10001 | 0 | 1111 | 1010000 | 1000011 | 110001 | 1000011 | 10100 |
Color Harmonies of #554811
Complementary color
Monochromatic Colors of #554811
Black with #554811
Text Example
Text Example
White with #554811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554811; }
p { color: rgb(85,72,17); }
H1.HeaderClassName
{
color: #554811;
}
.AnyTagClassName
{
color: #554811;
}
</style>
background-color css
<style>
a { background-color: #554811; }
a { background-color: rgb(85,72,17); }
div.DivClassName
{
background-color: #554811;
}
.BgClassName
{
background-color: #554811;
}
</style>
border-color css
<style>
span { border-color: #554811; }
span { border-color: rgb(85,72,17); }
td.TdClassName
{
border-color: #554811;
}
.TagClassName
{
border-color: #554811;
}
</style>