Shades of Bronze Olive #55450E
Tints of Bronze Olive #55450E
RGB
CMYK
RGB Variations
Color information
#55450E (or 0x55450E) is known color: Bronze Olive. HEX triplet: 55, 45 and 0E. RGB value is (85,69,14). Sum of RGB (Red+Green+Blue) = 85+69+14=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55450E is #AABAF1. Grayscale: #434343. Windows color (decimal): -11188978 or 935253. OLE color: 935253.
HSL color Cylindrical-coordinate representation of color #55450E: hue angle of 46.48º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55450E is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 69 | 14 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.67 |
| HSL | 46.48º | 0.72% | 0.19% | - |
| HSV(B) | 46.48º | 0.84% | 0.33% | - |
| XYZ | 5.95 | 6.22 | 1.3 | - |
| YUV | 67.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 14 | 0 | 0.19 | 0.84 | 0.67 | 46.48 | 0.72 | 0.19 |
| Hex | 55 | 45 | E | 0 | 13 | 54 | 43 | 2E | 48 | 13 |
| Octal | 125 | 105 | 16 | 0 | 23 | 124 | 103 | 56 | 110 | 23 |
| Binary | 1010101 | 1000101 | 1110 | 0 | 10011 | 1010100 | 1000011 | 101110 | 1001000 | 10011 |
Color Harmonies of #55450E
Complementary color
Monochromatic Colors of #55450E
Black with #55450E
Text Example
Text Example
White with #55450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55450E; }
p { color: rgb(85,69,14); }
H1.HeaderClassName
{
color: #55450E;
}
.AnyTagClassName
{
color: #55450E;
}
</style>
background-color css
<style>
a { background-color: #55450E; }
a { background-color: rgb(85,69,14); }
div.DivClassName
{
background-color: #55450E;
}
.BgClassName
{
background-color: #55450E;
}
</style>
border-color css
<style>
span { border-color: #55450E; }
span { border-color: rgb(85,69,14); }
td.TdClassName
{
border-color: #55450E;
}
.TagClassName
{
border-color: #55450E;
}
</style>