Shades of Bronze Olive #554520
Tints of Bronze Olive #554520
RGB
CMYK
RGB Variations
Color information
#554520 (or 0x554520) is known color: Bronze Olive. HEX triplet: 55, 45 and 20. RGB value is (85,69,32). Sum of RGB (Red+Green+Blue) = 85+69+32=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554520 is #AABADF. Grayscale: #454545. Windows color (decimal): -11188960 or 2114901. OLE color: 2114901.
HSL color Cylindrical-coordinate representation of color #554520: hue angle of 41.89º 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 #554520 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 32 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.67 |
| HSL | 41.89º | 0.45% | 0.23% | - |
| HSV(B) | 41.89º | 0.62% | 0.33% | - |
| XYZ | 6.14 | 6.29 | 2.26 | - |
| YUV | 69.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 32 | 0 | 0.19 | 0.62 | 0.67 | 41.89 | 0.45 | 0.23 |
| Hex | 55 | 45 | 20 | 0 | 13 | 3E | 43 | 2A | 2D | 17 |
| Octal | 125 | 105 | 40 | 0 | 23 | 76 | 103 | 52 | 55 | 27 |
| Binary | 1010101 | 1000101 | 100000 | 0 | 10011 | 111110 | 1000011 | 101010 | 101101 | 10111 |
Color Harmonies of #554520
Complementary color
Monochromatic Colors of #554520
Black with #554520
Text Example
Text Example
White with #554520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554520; }
p { color: rgb(85,69,32); }
H1.HeaderClassName
{
color: #554520;
}
.AnyTagClassName
{
color: #554520;
}
</style>
background-color css
<style>
a { background-color: #554520; }
a { background-color: rgb(85,69,32); }
div.DivClassName
{
background-color: #554520;
}
.BgClassName
{
background-color: #554520;
}
</style>
border-color css
<style>
span { border-color: #554520; }
span { border-color: rgb(85,69,32); }
td.TdClassName
{
border-color: #554520;
}
.TagClassName
{
border-color: #554520;
}
</style>