Shades of Bronze Olive #554400
Tints of Bronze Olive #554400
RGB
CMYK
RGB Variations
Color information
#554400 (or 0x554400) is known color: Bronze Olive. HEX triplet: 55, 44 and 00. RGB value is (85,68,0). Sum of RGB (Red+Green+Blue) = 85+68+0=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #554400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554400 is #AABBFF. Grayscale: #414141. Windows color (decimal): -11189248 or 17493. OLE color: 17493.
HSL color Cylindrical-coordinate representation of color #554400: hue angle of 48º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #554400 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.67 |
| HSL | 48º | 1% | 0.17% | - |
| HSV(B) | 48º | 1% | 0.33% | - |
| XYZ | 5.81 | 6.07 | 0.86 | - |
| YUV | 65.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 0 | 0 | 0.20 | 1 | 0.67 | 48 | 1 | 0.17 |
| Hex | 55 | 44 | 0 | 0 | 14 | 64 | 43 | 30 | 64 | 11 |
| Octal | 125 | 104 | 0 | 0 | 24 | 144 | 103 | 60 | 144 | 21 |
| Binary | 1010101 | 1000100 | 0 | 0 | 10100 | 1100100 | 1000011 | 110000 | 1100100 | 10001 |
Color Harmonies of #554400
Complementary color
Monochromatic Colors of #554400
Black with #554400
Text Example
Text Example
White with #554400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554400; }
p { color: rgb(85,68,0); }
H1.HeaderClassName
{
color: #554400;
}
.AnyTagClassName
{
color: #554400;
}
</style>
background-color css
<style>
a { background-color: #554400; }
a { background-color: rgb(85,68,0); }
div.DivClassName
{
background-color: #554400;
}
.BgClassName
{
background-color: #554400;
}
</style>
border-color css
<style>
span { border-color: #554400; }
span { border-color: rgb(85,68,0); }
td.TdClassName
{
border-color: #554400;
}
.TagClassName
{
border-color: #554400;
}
</style>