Shades of Bronze Olive #55490A
Tints of Bronze Olive #55490A
RGB
CMYK
RGB Variations
Color information
#55490A (or 0x55490A) is known color: Bronze Olive. HEX triplet: 55, 49 and 0A. RGB value is (85,73,10). Sum of RGB (Red+Green+Blue) = 85+73+10=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55490A is #AAB6F5. Grayscale: #454545. Windows color (decimal): -11187958 or 674133. OLE color: 674133.
HSL color Cylindrical-coordinate representation of color #55490A: hue angle of 50.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 #55490A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 10 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.67 |
| HSL | 50.4º | 0.79% | 0.19% | - |
| HSV(B) | 50.4º | 0.88% | 0.33% | - |
| XYZ | 6.18 | 6.72 | 1.26 | - |
| YUV | 69.41 | 94.48 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 10 | 0 | 0.14 | 0.88 | 0.67 | 50.4 | 0.79 | 0.19 |
| Hex | 55 | 49 | A | 0 | E | 58 | 43 | 32 | 4F | 13 |
| Octal | 125 | 111 | 12 | 0 | 16 | 130 | 103 | 62 | 117 | 23 |
| Binary | 1010101 | 1001001 | 1010 | 0 | 1110 | 1011000 | 1000011 | 110010 | 1001111 | 10011 |
Color Harmonies of #55490A
Complementary color
Monochromatic Colors of #55490A
Black with #55490A
Text Example
Text Example
White with #55490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55490A; }
p { color: rgb(85,73,10); }
H1.HeaderClassName
{
color: #55490A;
}
.AnyTagClassName
{
color: #55490A;
}
</style>
background-color css
<style>
a { background-color: #55490A; }
a { background-color: rgb(85,73,10); }
div.DivClassName
{
background-color: #55490A;
}
.BgClassName
{
background-color: #55490A;
}
</style>
border-color css
<style>
span { border-color: #55490A; }
span { border-color: rgb(85,73,10); }
td.TdClassName
{
border-color: #55490A;
}
.TagClassName
{
border-color: #55490A;
}
</style>