Shades of Stromboli #48695E
Tints of Stromboli #48695E
RGB
CMYK
RGB Variations
Color information
#48695E (or 0x48695E) is known color: Stromboli. HEX triplet: 48, 69 and 5E. RGB value is (72,105,94). Sum of RGB (Red+Green+Blue) = 72+105+94=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #48695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48695E is #B796A1. Grayscale: #5D5D5D. Windows color (decimal): -12031650 or 6187336. OLE color: 6187336.
HSL color Cylindrical-coordinate representation of color #48695E: hue angle of 160º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48695E is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 94 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.59 |
| HSL | 160º | 0.19% | 0.35% | - |
| HSV(B) | 160º | 0.31% | 0.41% | - |
| XYZ | 9.74 | 12.29 | 12.45 | - |
| YUV | 93.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 94 | 0.31 | 0 | 0.10 | 0.59 | 160 | 0.19 | 0.35 |
| Hex | 48 | 69 | 5E | 1F | 0 | A | 3B | A0 | 13 | 23 |
| Octal | 110 | 151 | 136 | 37 | 0 | 12 | 73 | 240 | 23 | 43 |
| Binary | 1001000 | 1101001 | 1011110 | 11111 | 0 | 1010 | 111011 | 10100000 | 10011 | 100011 |
Color Harmonies of #48695E
Complementary color
Monochromatic Colors of #48695E
Black with #48695E
Text Example
Text Example
White with #48695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48695E; }
p { color: rgb(72,105,94); }
H1.HeaderClassName
{
color: #48695E;
}
.AnyTagClassName
{
color: #48695E;
}
</style>
background-color css
<style>
a { background-color: #48695E; }
a { background-color: rgb(72,105,94); }
div.DivClassName
{
background-color: #48695E;
}
.BgClassName
{
background-color: #48695E;
}
</style>
border-color css
<style>
span { border-color: #48695E; }
span { border-color: rgb(72,105,94); }
td.TdClassName
{
border-color: #48695E;
}
.TagClassName
{
border-color: #48695E;
}
</style>