Shades of Bronze Olive #554217
Tints of Bronze Olive #554217
RGB
CMYK
RGB Variations
Color information
#554217 (or 0x554217) is known color: Bronze Olive. HEX triplet: 55, 42 and 17. RGB value is (85,66,23). Sum of RGB (Red+Green+Blue) = 85+66+23=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554217 is #AABDE8. Grayscale: #424242. Windows color (decimal): -11189737 or 1524309. OLE color: 1524309.
HSL color Cylindrical-coordinate representation of color #554217: hue angle of 41.61º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554217 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 23 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.67 |
| HSL | 41.61º | 0.57% | 0.21% | - |
| HSV(B) | 41.61º | 0.73% | 0.33% | - |
| XYZ | 5.85 | 5.89 | 1.64 | - |
| YUV | 66.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 23 | 0 | 0.22 | 0.73 | 0.67 | 41.61 | 0.57 | 0.21 |
| Hex | 55 | 42 | 17 | 0 | 16 | 49 | 43 | 2A | 39 | 15 |
| Octal | 125 | 102 | 27 | 0 | 26 | 111 | 103 | 52 | 71 | 25 |
| Binary | 1010101 | 1000010 | 10111 | 0 | 10110 | 1001001 | 1000011 | 101010 | 111001 | 10101 |
Color Harmonies of #554217
Complementary color
Monochromatic Colors of #554217
Black with #554217
Text Example
Text Example
White with #554217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554217; }
p { color: rgb(85,66,23); }
H1.HeaderClassName
{
color: #554217;
}
.AnyTagClassName
{
color: #554217;
}
</style>
background-color css
<style>
a { background-color: #554217; }
a { background-color: rgb(85,66,23); }
div.DivClassName
{
background-color: #554217;
}
.BgClassName
{
background-color: #554217;
}
</style>
border-color css
<style>
span { border-color: #554217; }
span { border-color: rgb(85,66,23); }
td.TdClassName
{
border-color: #554217;
}
.TagClassName
{
border-color: #554217;
}
</style>