Shades of Stromboli #49695E
Tints of Stromboli #49695E
RGB
CMYK
RGB Variations
Color information
#49695E (or 0x49695E) is known color: Stromboli. HEX triplet: 49, 69 and 5E. RGB value is (73,105,94). Sum of RGB (Red+Green+Blue) = 73+105+94=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #49695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49695E is #B696A1. Grayscale: #5E5E5E. Windows color (decimal): -11966114 or 6187337. OLE color: 6187337.
HSL color Cylindrical-coordinate representation of color #49695E: hue angle of 159.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49695E is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 94 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.59 |
| HSL | 159.38º | 0.18% | 0.35% | - |
| HSV(B) | 159.38º | 0.3% | 0.41% | - |
| XYZ | 9.82 | 12.33 | 12.45 | - |
| YUV | 94.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 94 | 0.30 | 0 | 0.10 | 0.59 | 159.38 | 0.18 | 0.35 |
| Hex | 49 | 69 | 5E | 1E | 0 | A | 3B | 9F | 12 | 23 |
| Octal | 111 | 151 | 136 | 36 | 0 | 12 | 73 | 237 | 22 | 43 |
| Binary | 1001001 | 1101001 | 1011110 | 11110 | 0 | 1010 | 111011 | 10011111 | 10010 | 100011 |
Color Harmonies of #49695E
Complementary color
Monochromatic Colors of #49695E
Black with #49695E
Text Example
Text Example
White with #49695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49695E; }
p { color: rgb(73,105,94); }
H1.HeaderClassName
{
color: #49695E;
}
.AnyTagClassName
{
color: #49695E;
}
</style>
background-color css
<style>
a { background-color: #49695E; }
a { background-color: rgb(73,105,94); }
div.DivClassName
{
background-color: #49695E;
}
.BgClassName
{
background-color: #49695E;
}
</style>
border-color css
<style>
span { border-color: #49695E; }
span { border-color: rgb(73,105,94); }
td.TdClassName
{
border-color: #49695E;
}
.TagClassName
{
border-color: #49695E;
}
</style>