Shades of Stromboli #48655D
Tints of Stromboli #48655D
RGB
CMYK
RGB Variations
Color information
#48655D (or 0x48655D) is known color: Stromboli. HEX triplet: 48, 65 and 5D. RGB value is (72,101,93). Sum of RGB (Red+Green+Blue) = 72+101+93=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #48655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48655D is #B79AA2. Grayscale: #5B5B5B. Windows color (decimal): -12032675 or 6120776. OLE color: 6120776.
HSL color Cylindrical-coordinate representation of color #48655D: hue angle of 163.45º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48655D is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 93 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.60 |
| HSL | 163.45º | 0.17% | 0.34% | - |
| HSV(B) | 163.45º | 0.29% | 0.4% | - |
| XYZ | 9.3 | 11.48 | 12.08 | - |
| YUV | 91.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 93 | 0.29 | 0 | 0.08 | 0.60 | 163.45 | 0.17 | 0.34 |
| Hex | 48 | 65 | 5D | 1D | 0 | 8 | 3C | A3 | 11 | 22 |
| Octal | 110 | 145 | 135 | 35 | 0 | 10 | 74 | 243 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1011101 | 11101 | 0 | 1000 | 111100 | 10100011 | 10001 | 100010 |
Color Harmonies of #48655D
Complementary color
Monochromatic Colors of #48655D
Black with #48655D
Text Example
Text Example
White with #48655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48655D; }
p { color: rgb(72,101,93); }
H1.HeaderClassName
{
color: #48655D;
}
.AnyTagClassName
{
color: #48655D;
}
</style>
background-color css
<style>
a { background-color: #48655D; }
a { background-color: rgb(72,101,93); }
div.DivClassName
{
background-color: #48655D;
}
.BgClassName
{
background-color: #48655D;
}
</style>
border-color css
<style>
span { border-color: #48655D; }
span { border-color: rgb(72,101,93); }
td.TdClassName
{
border-color: #48655D;
}
.TagClassName
{
border-color: #48655D;
}
</style>