Shades of Bronze Olive #55490B
Tints of Bronze Olive #55490B
RGB
CMYK
RGB Variations
Color information
#55490B (or 0x55490B) is known color: Bronze Olive. HEX triplet: 55, 49 and 0B. RGB value is (85,73,11). Sum of RGB (Red+Green+Blue) = 85+73+11=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55490B is #AAB6F4. Grayscale: #454545. Windows color (decimal): -11187957 or 739669. OLE color: 739669.
HSL color Cylindrical-coordinate representation of color #55490B: hue angle of 50.27º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55490B is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 73 | 11 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.67 |
| HSL | 50.27º | 0.77% | 0.19% | - |
| HSV(B) | 50.27º | 0.87% | 0.33% | - |
| XYZ | 6.19 | 6.72 | 1.29 | - |
| YUV | 69.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 73 | 11 | 0 | 0.14 | 0.87 | 0.67 | 50.27 | 0.77 | 0.19 |
| Hex | 55 | 49 | B | 0 | E | 57 | 43 | 32 | 4D | 13 |
| Octal | 125 | 111 | 13 | 0 | 16 | 127 | 103 | 62 | 115 | 23 |
| Binary | 1010101 | 1001001 | 1011 | 0 | 1110 | 1010111 | 1000011 | 110010 | 1001101 | 10011 |
Color Harmonies of #55490B
Complementary color
Monochromatic Colors of #55490B
Black with #55490B
Text Example
Text Example
White with #55490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55490B; }
p { color: rgb(85,73,11); }
H1.HeaderClassName
{
color: #55490B;
}
.AnyTagClassName
{
color: #55490B;
}
</style>
background-color css
<style>
a { background-color: #55490B; }
a { background-color: rgb(85,73,11); }
div.DivClassName
{
background-color: #55490B;
}
.BgClassName
{
background-color: #55490B;
}
</style>
border-color css
<style>
span { border-color: #55490B; }
span { border-color: rgb(85,73,11); }
td.TdClassName
{
border-color: #55490B;
}
.TagClassName
{
border-color: #55490B;
}
</style>