Shades of Bronze Olive #554E11
Tints of Bronze Olive #554E11
RGB
CMYK
RGB Variations
Color information
#554E11 (or 0x554E11) is known color: Bronze Olive. HEX triplet: 55, 4E and 11. RGB value is (85,78,17). Sum of RGB (Red+Green+Blue) = 85+78+17=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #554E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E11 is #AAB1EE. Grayscale: #494949. Windows color (decimal): -11186671 or 1134165. OLE color: 1134165.
HSL color Cylindrical-coordinate representation of color #554E11: hue angle of 53.82º 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 #554E11 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 17 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.67 |
| HSL | 53.82º | 0.67% | 0.2% | - |
| HSV(B) | 53.82º | 0.8% | 0.33% | - |
| XYZ | 6.57 | 7.42 | 1.62 | - |
| YUV | 73.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 17 | 0 | 0.08 | 0.80 | 0.67 | 53.82 | 0.67 | 0.2 |
| Hex | 55 | 4E | 11 | 0 | 8 | 50 | 43 | 36 | 43 | 14 |
| Octal | 125 | 116 | 21 | 0 | 10 | 120 | 103 | 66 | 103 | 24 |
| Binary | 1010101 | 1001110 | 10001 | 0 | 1000 | 1010000 | 1000011 | 110110 | 1000011 | 10100 |
Color Harmonies of #554E11
Complementary color
Monochromatic Colors of #554E11
Black with #554E11
Text Example
Text Example
White with #554E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E11; }
p { color: rgb(85,78,17); }
H1.HeaderClassName
{
color: #554E11;
}
.AnyTagClassName
{
color: #554E11;
}
</style>
background-color css
<style>
a { background-color: #554E11; }
a { background-color: rgb(85,78,17); }
div.DivClassName
{
background-color: #554E11;
}
.BgClassName
{
background-color: #554E11;
}
</style>
border-color css
<style>
span { border-color: #554E11; }
span { border-color: rgb(85,78,17); }
td.TdClassName
{
border-color: #554E11;
}
.TagClassName
{
border-color: #554E11;
}
</style>