Shades of Bronze Olive #554619
Tints of Bronze Olive #554619
RGB
CMYK
RGB Variations
Color information
#554619 (or 0x554619) is known color: Bronze Olive. HEX triplet: 55, 46 and 19. RGB value is (85,70,25). Sum of RGB (Red+Green+Blue) = 85+70+25=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #554619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554619 is #AAB9E6. Grayscale: #454545. Windows color (decimal): -11188711 or 1656405. OLE color: 1656405.
HSL color Cylindrical-coordinate representation of color #554619: hue angle of 45º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #554619 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 25 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.67 |
| HSL | 45º | 0.55% | 0.22% | - |
| HSV(B) | 45º | 0.71% | 0.33% | - |
| XYZ | 6.11 | 6.38 | 1.83 | - |
| YUV | 69.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 25 | 0 | 0.18 | 0.71 | 0.67 | 45 | 0.55 | 0.22 |
| Hex | 55 | 46 | 19 | 0 | 12 | 47 | 43 | 2D | 37 | 16 |
| Octal | 125 | 106 | 31 | 0 | 22 | 107 | 103 | 55 | 67 | 26 |
| Binary | 1010101 | 1000110 | 11001 | 0 | 10010 | 1000111 | 1000011 | 101101 | 110111 | 10110 |
Color Harmonies of #554619
Complementary color
Monochromatic Colors of #554619
Black with #554619
Text Example
Text Example
White with #554619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554619; }
p { color: rgb(85,70,25); }
H1.HeaderClassName
{
color: #554619;
}
.AnyTagClassName
{
color: #554619;
}
</style>
background-color css
<style>
a { background-color: #554619; }
a { background-color: rgb(85,70,25); }
div.DivClassName
{
background-color: #554619;
}
.BgClassName
{
background-color: #554619;
}
</style>
border-color css
<style>
span { border-color: #554619; }
span { border-color: rgb(85,70,25); }
td.TdClassName
{
border-color: #554619;
}
.TagClassName
{
border-color: #554619;
}
</style>