Shades of Bronze Olive #554216
Tints of Bronze Olive #554216
RGB
CMYK
RGB Variations
Color information
#554216 (or 0x554216) is known color: Bronze Olive. HEX triplet: 55, 42 and 16. RGB value is (85,66,22). Sum of RGB (Red+Green+Blue) = 85+66+22=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554216 is #AABDE9. Grayscale: #424242. Windows color (decimal): -11189738 or 1458773. OLE color: 1458773.
HSL color Cylindrical-coordinate representation of color #554216: hue angle of 41.9º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #554216 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 22 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.67 |
| HSL | 41.9º | 0.59% | 0.21% | - |
| HSV(B) | 41.9º | 0.74% | 0.33% | - |
| XYZ | 5.84 | 5.89 | 1.59 | - |
| YUV | 66.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 22 | 0 | 0.22 | 0.74 | 0.67 | 41.9 | 0.59 | 0.21 |
| Hex | 55 | 42 | 16 | 0 | 16 | 4A | 43 | 2A | 3B | 15 |
| Octal | 125 | 102 | 26 | 0 | 26 | 112 | 103 | 52 | 73 | 25 |
| Binary | 1010101 | 1000010 | 10110 | 0 | 10110 | 1001010 | 1000011 | 101010 | 111011 | 10101 |
Color Harmonies of #554216
Complementary color
Monochromatic Colors of #554216
Black with #554216
Text Example
Text Example
White with #554216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554216; }
p { color: rgb(85,66,22); }
H1.HeaderClassName
{
color: #554216;
}
.AnyTagClassName
{
color: #554216;
}
</style>
background-color css
<style>
a { background-color: #554216; }
a { background-color: rgb(85,66,22); }
div.DivClassName
{
background-color: #554216;
}
.BgClassName
{
background-color: #554216;
}
</style>
border-color css
<style>
span { border-color: #554216; }
span { border-color: rgb(85,66,22); }
td.TdClassName
{
border-color: #554216;
}
.TagClassName
{
border-color: #554216;
}
</style>