Shades of Bronze Olive #55460F
Tints of Bronze Olive #55460F
RGB
CMYK
RGB Variations
Color information
#55460F (or 0x55460F) is known color: Bronze Olive. HEX triplet: 55, 46 and 0F. RGB value is (85,70,15). Sum of RGB (Red+Green+Blue) = 85+70+15=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55460F is #AAB9F0. Grayscale: #444444. Windows color (decimal): -11188721 or 1001045. OLE color: 1001045.
HSL color Cylindrical-coordinate representation of color #55460F: hue angle of 47.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55460F is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 15 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.67 |
| HSL | 47.14º | 0.7% | 0.2% | - |
| HSV(B) | 47.14º | 0.82% | 0.33% | - |
| XYZ | 6.02 | 6.35 | 1.36 | - |
| YUV | 68.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 15 | 0 | 0.18 | 0.82 | 0.67 | 47.14 | 0.7 | 0.2 |
| Hex | 55 | 46 | F | 0 | 12 | 52 | 43 | 2F | 46 | 14 |
| Octal | 125 | 106 | 17 | 0 | 22 | 122 | 103 | 57 | 106 | 24 |
| Binary | 1010101 | 1000110 | 1111 | 0 | 10010 | 1010010 | 1000011 | 101111 | 1000110 | 10100 |
Color Harmonies of #55460F
Complementary color
Monochromatic Colors of #55460F
Black with #55460F
Text Example
Text Example
White with #55460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55460F; }
p { color: rgb(85,70,15); }
H1.HeaderClassName
{
color: #55460F;
}
.AnyTagClassName
{
color: #55460F;
}
</style>
background-color css
<style>
a { background-color: #55460F; }
a { background-color: rgb(85,70,15); }
div.DivClassName
{
background-color: #55460F;
}
.BgClassName
{
background-color: #55460F;
}
</style>
border-color css
<style>
span { border-color: #55460F; }
span { border-color: rgb(85,70,15); }
td.TdClassName
{
border-color: #55460F;
}
.TagClassName
{
border-color: #55460F;
}
</style>