Shades of Bronze Olive #554519
Tints of Bronze Olive #554519
RGB
CMYK
RGB Variations
Color information
#554519 (or 0x554519) is known color: Bronze Olive. HEX triplet: 55, 45 and 19. RGB value is (85,69,25). Sum of RGB (Red+Green+Blue) = 85+69+25=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #554519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554519 is #AABAE6. Grayscale: #444444. Windows color (decimal): -11188967 or 1656149. OLE color: 1656149.
HSL color Cylindrical-coordinate representation of color #554519: hue angle of 44º 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 #554519 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 25 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.67 |
| HSL | 44º | 0.55% | 0.22% | - |
| HSV(B) | 44º | 0.71% | 0.33% | - |
| XYZ | 6.05 | 6.26 | 1.81 | - |
| YUV | 68.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 25 | 0 | 0.19 | 0.71 | 0.67 | 44 | 0.55 | 0.22 |
| Hex | 55 | 45 | 19 | 0 | 13 | 47 | 43 | 2C | 37 | 16 |
| Octal | 125 | 105 | 31 | 0 | 23 | 107 | 103 | 54 | 67 | 26 |
| Binary | 1010101 | 1000101 | 11001 | 0 | 10011 | 1000111 | 1000011 | 101100 | 110111 | 10110 |
Color Harmonies of #554519
Complementary color
Monochromatic Colors of #554519
Black with #554519
Text Example
Text Example
White with #554519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554519; }
p { color: rgb(85,69,25); }
H1.HeaderClassName
{
color: #554519;
}
.AnyTagClassName
{
color: #554519;
}
</style>
background-color css
<style>
a { background-color: #554519; }
a { background-color: rgb(85,69,25); }
div.DivClassName
{
background-color: #554519;
}
.BgClassName
{
background-color: #554519;
}
</style>
border-color css
<style>
span { border-color: #554519; }
span { border-color: rgb(85,69,25); }
td.TdClassName
{
border-color: #554519;
}
.TagClassName
{
border-color: #554519;
}
</style>