Shades of Bronze Olive #55500F
Tints of Bronze Olive #55500F
RGB
CMYK
RGB Variations
Color information
#55500F (or 0x55500F) is known color: Bronze Olive. HEX triplet: 55, 50 and 0F. RGB value is (85,80,15). Sum of RGB (Red+Green+Blue) = 85+80+15=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55500F is #AAAFF0. Grayscale: #4A4A4A. Windows color (decimal): -11186161 or 1003605. OLE color: 1003605.
HSL color Cylindrical-coordinate representation of color #55500F: hue angle of 55.71º 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 #55500F is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 15 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.67 |
| HSL | 55.71º | 0.7% | 0.2% | - |
| HSV(B) | 55.71º | 0.82% | 0.33% | - |
| XYZ | 6.7 | 7.7 | 1.59 | - |
| YUV | 74.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 15 | 0 | 0.06 | 0.82 | 0.67 | 55.71 | 0.7 | 0.2 |
| Hex | 55 | 50 | F | 0 | 6 | 52 | 43 | 38 | 46 | 14 |
| Octal | 125 | 120 | 17 | 0 | 6 | 122 | 103 | 70 | 106 | 24 |
| Binary | 1010101 | 1010000 | 1111 | 0 | 110 | 1010010 | 1000011 | 111000 | 1000110 | 10100 |
Color Harmonies of #55500F
Complementary color
Monochromatic Colors of #55500F
Black with #55500F
Text Example
Text Example
White with #55500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55500F; }
p { color: rgb(85,80,15); }
H1.HeaderClassName
{
color: #55500F;
}
.AnyTagClassName
{
color: #55500F;
}
</style>
background-color css
<style>
a { background-color: #55500F; }
a { background-color: rgb(85,80,15); }
div.DivClassName
{
background-color: #55500F;
}
.BgClassName
{
background-color: #55500F;
}
</style>
border-color css
<style>
span { border-color: #55500F; }
span { border-color: rgb(85,80,15); }
td.TdClassName
{
border-color: #55500F;
}
.TagClassName
{
border-color: #55500F;
}
</style>