Shades of Bronze Olive #55501A
Tints of Bronze Olive #55501A
RGB
CMYK
RGB Variations
Color information
#55501A (or 0x55501A) is known color: Bronze Olive. HEX triplet: 55, 50 and 1A. RGB value is (85,80,26). Sum of RGB (Red+Green+Blue) = 85+80+26=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #55501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55501A is #AAAFE5. Grayscale: #4B4B4B. Windows color (decimal): -11186150 or 1724501. OLE color: 1724501.
HSL color Cylindrical-coordinate representation of color #55501A: hue angle of 54.92º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55501A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 26 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.67 |
| HSL | 54.92º | 0.53% | 0.22% | - |
| HSV(B) | 54.92º | 0.69% | 0.33% | - |
| XYZ | 6.8 | 7.74 | 2.11 | - |
| YUV | 75.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 26 | 0 | 0.06 | 0.69 | 0.67 | 54.92 | 0.53 | 0.22 |
| Hex | 55 | 50 | 1A | 0 | 6 | 45 | 43 | 37 | 35 | 16 |
| Octal | 125 | 120 | 32 | 0 | 6 | 105 | 103 | 67 | 65 | 26 |
| Binary | 1010101 | 1010000 | 11010 | 0 | 110 | 1000101 | 1000011 | 110111 | 110101 | 10110 |
Color Harmonies of #55501A
Complementary color
Monochromatic Colors of #55501A
Black with #55501A
Text Example
Text Example
White with #55501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55501A; }
p { color: rgb(85,80,26); }
H1.HeaderClassName
{
color: #55501A;
}
.AnyTagClassName
{
color: #55501A;
}
</style>
background-color css
<style>
a { background-color: #55501A; }
a { background-color: rgb(85,80,26); }
div.DivClassName
{
background-color: #55501A;
}
.BgClassName
{
background-color: #55501A;
}
</style>
border-color css
<style>
span { border-color: #55501A; }
span { border-color: rgb(85,80,26); }
td.TdClassName
{
border-color: #55501A;
}
.TagClassName
{
border-color: #55501A;
}
</style>