Shades of Bronze Olive #554414
Tints of Bronze Olive #554414
RGB
CMYK
RGB Variations
Color information
#554414 (or 0x554414) is known color: Bronze Olive. HEX triplet: 55, 44 and 14. RGB value is (85,68,20). Sum of RGB (Red+Green+Blue) = 85+68+20=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554414 is #AABBEB. Grayscale: #434343. Windows color (decimal): -11189228 or 1328213. OLE color: 1328213.
HSL color Cylindrical-coordinate representation of color #554414: hue angle of 44.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #554414 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 20 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.67 |
| HSL | 44.31º | 0.62% | 0.21% | - |
| HSV(B) | 44.31º | 0.76% | 0.33% | - |
| XYZ | 5.94 | 6.12 | 1.53 | - |
| YUV | 67.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 20 | 0 | 0.20 | 0.76 | 0.67 | 44.31 | 0.62 | 0.21 |
| Hex | 55 | 44 | 14 | 0 | 14 | 4C | 43 | 2C | 3E | 15 |
| Octal | 125 | 104 | 24 | 0 | 24 | 114 | 103 | 54 | 76 | 25 |
| Binary | 1010101 | 1000100 | 10100 | 0 | 10100 | 1001100 | 1000011 | 101100 | 111110 | 10101 |
Color Harmonies of #554414
Complementary color
Monochromatic Colors of #554414
Black with #554414
Text Example
Text Example
White with #554414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554414; }
p { color: rgb(85,68,20); }
H1.HeaderClassName
{
color: #554414;
}
.AnyTagClassName
{
color: #554414;
}
</style>
background-color css
<style>
a { background-color: #554414; }
a { background-color: rgb(85,68,20); }
div.DivClassName
{
background-color: #554414;
}
.BgClassName
{
background-color: #554414;
}
</style>
border-color css
<style>
span { border-color: #554414; }
span { border-color: rgb(85,68,20); }
td.TdClassName
{
border-color: #554414;
}
.TagClassName
{
border-color: #554414;
}
</style>