Shades of Bronze Olive #554401
Tints of Bronze Olive #554401
RGB
CMYK
RGB Variations
Color information
#554401 (or 0x554401) is known color: Bronze Olive. HEX triplet: 55, 44 and 01. RGB value is (85,68,1). Sum of RGB (Red+Green+Blue) = 85+68+1=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #554401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554401 is #AABBFE. Grayscale: #414141. Windows color (decimal): -11189247 or 83029. OLE color: 83029.
HSL color Cylindrical-coordinate representation of color #554401: hue angle of 47.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #554401 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.67 |
| HSL | 47.86º | 0.98% | 0.17% | - |
| HSV(B) | 47.86º | 0.99% | 0.33% | - |
| XYZ | 5.82 | 6.07 | 0.89 | - |
| YUV | 65.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 1 | 0 | 0.20 | 0.99 | 0.67 | 47.86 | 0.98 | 0.17 |
| Hex | 55 | 44 | 1 | 0 | 14 | 63 | 43 | 30 | 62 | 11 |
| Octal | 125 | 104 | 1 | 0 | 24 | 143 | 103 | 60 | 142 | 21 |
| Binary | 1010101 | 1000100 | 1 | 0 | 10100 | 1100011 | 1000011 | 110000 | 1100010 | 10001 |
Color Harmonies of #554401
Complementary color
Monochromatic Colors of #554401
Black with #554401
Text Example
Text Example
White with #554401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554401; }
p { color: rgb(85,68,1); }
H1.HeaderClassName
{
color: #554401;
}
.AnyTagClassName
{
color: #554401;
}
</style>
background-color css
<style>
a { background-color: #554401; }
a { background-color: rgb(85,68,1); }
div.DivClassName
{
background-color: #554401;
}
.BgClassName
{
background-color: #554401;
}
</style>
border-color css
<style>
span { border-color: #554401; }
span { border-color: rgb(85,68,1); }
td.TdClassName
{
border-color: #554401;
}
.TagClassName
{
border-color: #554401;
}
</style>