Shades of Bronze Olive #55440A
Tints of Bronze Olive #55440A
RGB
CMYK
RGB Variations
Color information
#55440A (or 0x55440A) is known color: Bronze Olive. HEX triplet: 55, 44 and 0A. RGB value is (85,68,10). Sum of RGB (Red+Green+Blue) = 85+68+10=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55440A is #AABBF5. Grayscale: #424242. Windows color (decimal): -11189238 or 672853. OLE color: 672853.
HSL color Cylindrical-coordinate representation of color #55440A: hue angle of 46.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55440A is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 10 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.67 |
| HSL | 46.4º | 0.79% | 0.19% | - |
| HSV(B) | 46.4º | 0.88% | 0.33% | - |
| XYZ | 5.87 | 6.09 | 1.15 | - |
| YUV | 66.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 10 | 0 | 0.20 | 0.88 | 0.67 | 46.4 | 0.79 | 0.19 |
| Hex | 55 | 44 | A | 0 | 14 | 58 | 43 | 2E | 4F | 13 |
| Octal | 125 | 104 | 12 | 0 | 24 | 130 | 103 | 56 | 117 | 23 |
| Binary | 1010101 | 1000100 | 1010 | 0 | 10100 | 1011000 | 1000011 | 101110 | 1001111 | 10011 |
Color Harmonies of #55440A
Complementary color
Monochromatic Colors of #55440A
Black with #55440A
Text Example
Text Example
White with #55440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55440A; }
p { color: rgb(85,68,10); }
H1.HeaderClassName
{
color: #55440A;
}
.AnyTagClassName
{
color: #55440A;
}
</style>
background-color css
<style>
a { background-color: #55440A; }
a { background-color: rgb(85,68,10); }
div.DivClassName
{
background-color: #55440A;
}
.BgClassName
{
background-color: #55440A;
}
</style>
border-color css
<style>
span { border-color: #55440A; }
span { border-color: rgb(85,68,10); }
td.TdClassName
{
border-color: #55440A;
}
.TagClassName
{
border-color: #55440A;
}
</style>