Shades of Bronze Olive #554218
Tints of Bronze Olive #554218
RGB
CMYK
RGB Variations
Color information
#554218 (or 0x554218) is known color: Bronze Olive. HEX triplet: 55, 42 and 18. RGB value is (85,66,24). Sum of RGB (Red+Green+Blue) = 85+66+24=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554218 is #AABDE7. Grayscale: #434343. Windows color (decimal): -11189736 or 1589845. OLE color: 1589845.
HSL color Cylindrical-coordinate representation of color #554218: hue angle of 41.31º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #554218 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 24 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.67 |
| HSL | 41.31º | 0.56% | 0.21% | - |
| HSV(B) | 41.31º | 0.72% | 0.33% | - |
| XYZ | 5.86 | 5.89 | 1.69 | - |
| YUV | 66.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 24 | 0 | 0.22 | 0.72 | 0.67 | 41.31 | 0.56 | 0.21 |
| Hex | 55 | 42 | 18 | 0 | 16 | 48 | 43 | 29 | 38 | 15 |
| Octal | 125 | 102 | 30 | 0 | 26 | 110 | 103 | 51 | 70 | 25 |
| Binary | 1010101 | 1000010 | 11000 | 0 | 10110 | 1001000 | 1000011 | 101001 | 111000 | 10101 |
Color Harmonies of #554218
Complementary color
Monochromatic Colors of #554218
Black with #554218
Text Example
Text Example
White with #554218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554218; }
p { color: rgb(85,66,24); }
H1.HeaderClassName
{
color: #554218;
}
.AnyTagClassName
{
color: #554218;
}
</style>
background-color css
<style>
a { background-color: #554218; }
a { background-color: rgb(85,66,24); }
div.DivClassName
{
background-color: #554218;
}
.BgClassName
{
background-color: #554218;
}
</style>
border-color css
<style>
span { border-color: #554218; }
span { border-color: rgb(85,66,24); }
td.TdClassName
{
border-color: #554218;
}
.TagClassName
{
border-color: #554218;
}
</style>