Shades of Bronze Olive #554501
Tints of Bronze Olive #554501
RGB
CMYK
RGB Variations
Color information
#554501 (or 0x554501) is known color: Bronze Olive. HEX triplet: 55, 45 and 01. RGB value is (85,69,1). Sum of RGB (Red+Green+Blue) = 85+69+1=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554501 is #AABAFE. Grayscale: #424242. Windows color (decimal): -11188991 or 83285. OLE color: 83285.
HSL color Cylindrical-coordinate representation of color #554501: hue angle of 48.57º 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 #554501 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.67 |
| HSL | 48.57º | 0.98% | 0.17% | - |
| HSV(B) | 48.57º | 0.99% | 0.33% | - |
| XYZ | 5.88 | 6.19 | 0.91 | - |
| YUV | 66.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 1 | 0 | 0.19 | 0.99 | 0.67 | 48.57 | 0.98 | 0.17 |
| Hex | 55 | 45 | 1 | 0 | 13 | 63 | 43 | 31 | 62 | 11 |
| Octal | 125 | 105 | 1 | 0 | 23 | 143 | 103 | 61 | 142 | 21 |
| Binary | 1010101 | 1000101 | 1 | 0 | 10011 | 1100011 | 1000011 | 110001 | 1100010 | 10001 |
Color Harmonies of #554501
Complementary color
Monochromatic Colors of #554501
Black with #554501
Text Example
Text Example
White with #554501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554501; }
p { color: rgb(85,69,1); }
H1.HeaderClassName
{
color: #554501;
}
.AnyTagClassName
{
color: #554501;
}
</style>
background-color css
<style>
a { background-color: #554501; }
a { background-color: rgb(85,69,1); }
div.DivClassName
{
background-color: #554501;
}
.BgClassName
{
background-color: #554501;
}
</style>
border-color css
<style>
span { border-color: #554501; }
span { border-color: rgb(85,69,1); }
td.TdClassName
{
border-color: #554501;
}
.TagClassName
{
border-color: #554501;
}
</style>