Shades of Bronze Olive #554920
Tints of Bronze Olive #554920
RGB
CMYK
RGB Variations
Color information
#554920 (or 0x554920) is known color: Bronze Olive. HEX triplet: 55, 49 and 20. RGB value is (85,73,32). Sum of RGB (Red+Green+Blue) = 85+73+32=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554920 is #AAB6DF. Grayscale: #484848. Windows color (decimal): -11187936 or 2115925. OLE color: 2115925.
HSL color Cylindrical-coordinate representation of color #554920: hue angle of 46.42º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554920 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 32 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.67 |
| HSL | 46.42º | 0.45% | 0.23% | - |
| HSV(B) | 46.42º | 0.62% | 0.33% | - |
| XYZ | 6.39 | 6.8 | 2.34 | - |
| YUV | 71.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 32 | 0 | 0.14 | 0.62 | 0.67 | 46.42 | 0.45 | 0.23 |
| Hex | 55 | 49 | 20 | 0 | E | 3E | 43 | 2E | 2D | 17 |
| Octal | 125 | 111 | 40 | 0 | 16 | 76 | 103 | 56 | 55 | 27 |
| Binary | 1010101 | 1001001 | 100000 | 0 | 1110 | 111110 | 1000011 | 101110 | 101101 | 10111 |
Color Harmonies of #554920
Complementary color
Monochromatic Colors of #554920
Black with #554920
Text Example
Text Example
White with #554920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554920; }
p { color: rgb(85,73,32); }
H1.HeaderClassName
{
color: #554920;
}
.AnyTagClassName
{
color: #554920;
}
</style>
background-color css
<style>
a { background-color: #554920; }
a { background-color: rgb(85,73,32); }
div.DivClassName
{
background-color: #554920;
}
.BgClassName
{
background-color: #554920;
}
</style>
border-color css
<style>
span { border-color: #554920; }
span { border-color: rgb(85,73,32); }
td.TdClassName
{
border-color: #554920;
}
.TagClassName
{
border-color: #554920;
}
</style>