Shades of Bronze Olive #554624
Tints of Bronze Olive #554624
RGB
CMYK
RGB Variations
Color information
#554624 (or 0x554624) is known color: Bronze Olive. HEX triplet: 55, 46 and 24. RGB value is (85,70,36). Sum of RGB (Red+Green+Blue) = 85+70+36=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554624 is #AAB9DB. Grayscale: #464646. Windows color (decimal): -11188700 or 2377301. OLE color: 2377301.
HSL color Cylindrical-coordinate representation of color #554624: hue angle of 41.63º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554624 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 36 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.67 |
| HSL | 41.63º | 0.4% | 0.24% | - |
| HSV(B) | 41.63º | 0.58% | 0.33% | - |
| XYZ | 6.25 | 6.44 | 2.58 | - |
| YUV | 70.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 36 | 0 | 0.18 | 0.58 | 0.67 | 41.63 | 0.4 | 0.24 |
| Hex | 55 | 46 | 24 | 0 | 12 | 3A | 43 | 2A | 28 | 18 |
| Octal | 125 | 106 | 44 | 0 | 22 | 72 | 103 | 52 | 50 | 30 |
| Binary | 1010101 | 1000110 | 100100 | 0 | 10010 | 111010 | 1000011 | 101010 | 101000 | 11000 |
Color Harmonies of #554624
Complementary color
Monochromatic Colors of #554624
Black with #554624
Text Example
Text Example
White with #554624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554624; }
p { color: rgb(85,70,36); }
H1.HeaderClassName
{
color: #554624;
}
.AnyTagClassName
{
color: #554624;
}
</style>
background-color css
<style>
a { background-color: #554624; }
a { background-color: rgb(85,70,36); }
div.DivClassName
{
background-color: #554624;
}
.BgClassName
{
background-color: #554624;
}
</style>
border-color css
<style>
span { border-color: #554624; }
span { border-color: rgb(85,70,36); }
td.TdClassName
{
border-color: #554624;
}
.TagClassName
{
border-color: #554624;
}
</style>