Shades of Bronze Olive #554A11
Tints of Bronze Olive #554A11
RGB
CMYK
RGB Variations
Color information
#554A11 (or 0x554A11) is known color: Bronze Olive. HEX triplet: 55, 4A and 11. RGB value is (85,74,17). Sum of RGB (Red+Green+Blue) = 85+74+17=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A11 is #AAB5EE. Grayscale: #474747. Windows color (decimal): -11187695 or 1133141. OLE color: 1133141.
HSL color Cylindrical-coordinate representation of color #554A11: hue angle of 50.29º 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 #554A11 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 17 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.67 |
| HSL | 50.29º | 0.67% | 0.2% | - |
| HSV(B) | 50.29º | 0.8% | 0.33% | - |
| XYZ | 6.3 | 6.87 | 1.52 | - |
| YUV | 70.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 17 | 0 | 0.13 | 0.80 | 0.67 | 50.29 | 0.67 | 0.2 |
| Hex | 55 | 4A | 11 | 0 | D | 50 | 43 | 32 | 43 | 14 |
| Octal | 125 | 112 | 21 | 0 | 15 | 120 | 103 | 62 | 103 | 24 |
| Binary | 1010101 | 1001010 | 10001 | 0 | 1101 | 1010000 | 1000011 | 110010 | 1000011 | 10100 |
Color Harmonies of #554A11
Complementary color
Monochromatic Colors of #554A11
Black with #554A11
Text Example
Text Example
White with #554A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A11; }
p { color: rgb(85,74,17); }
H1.HeaderClassName
{
color: #554A11;
}
.AnyTagClassName
{
color: #554A11;
}
</style>
background-color css
<style>
a { background-color: #554A11; }
a { background-color: rgb(85,74,17); }
div.DivClassName
{
background-color: #554A11;
}
.BgClassName
{
background-color: #554A11;
}
</style>
border-color css
<style>
span { border-color: #554A11; }
span { border-color: rgb(85,74,17); }
td.TdClassName
{
border-color: #554A11;
}
.TagClassName
{
border-color: #554A11;
}
</style>