Shades of Bronze Olive #554C11
Tints of Bronze Olive #554C11
RGB
CMYK
RGB Variations
Color information
#554C11 (or 0x554C11) is known color: Bronze Olive. HEX triplet: 55, 4C and 11. RGB value is (85,76,17). Sum of RGB (Red+Green+Blue) = 85+76+17=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #554C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C11 is #AAB3EE. Grayscale: #484848. Windows color (decimal): -11187183 or 1133653. OLE color: 1133653.
HSL color Cylindrical-coordinate representation of color #554C11: hue angle of 52.06º 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 #554C11 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 17 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.67 |
| HSL | 52.06º | 0.67% | 0.2% | - |
| HSV(B) | 52.06º | 0.8% | 0.33% | - |
| XYZ | 6.43 | 7.14 | 1.57 | - |
| YUV | 71.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 17 | 0 | 0.11 | 0.80 | 0.67 | 52.06 | 0.67 | 0.2 |
| Hex | 55 | 4C | 11 | 0 | B | 50 | 43 | 34 | 43 | 14 |
| Octal | 125 | 114 | 21 | 0 | 13 | 120 | 103 | 64 | 103 | 24 |
| Binary | 1010101 | 1001100 | 10001 | 0 | 1011 | 1010000 | 1000011 | 110100 | 1000011 | 10100 |
Color Harmonies of #554C11
Complementary color
Monochromatic Colors of #554C11
Black with #554C11
Text Example
Text Example
White with #554C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C11; }
p { color: rgb(85,76,17); }
H1.HeaderClassName
{
color: #554C11;
}
.AnyTagClassName
{
color: #554C11;
}
</style>
background-color css
<style>
a { background-color: #554C11; }
a { background-color: rgb(85,76,17); }
div.DivClassName
{
background-color: #554C11;
}
.BgClassName
{
background-color: #554C11;
}
</style>
border-color css
<style>
span { border-color: #554C11; }
span { border-color: rgb(85,76,17); }
td.TdClassName
{
border-color: #554C11;
}
.TagClassName
{
border-color: #554C11;
}
</style>