Shades of Stromboli #48655F
Tints of Stromboli #48655F
RGB
CMYK
RGB Variations
Color information
#48655F (or 0x48655F) is known color: Stromboli. HEX triplet: 48, 65 and 5F. RGB value is (72,101,95). Sum of RGB (Red+Green+Blue) = 72+101+95=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #48655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48655F is #B79AA0. Grayscale: #5B5B5B. Windows color (decimal): -12032673 or 6251848. OLE color: 6251848.
HSL color Cylindrical-coordinate representation of color #48655F: hue angle of 167.59º 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 #48655F is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 95 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.60 |
| HSL | 167.59º | 0.17% | 0.34% | - |
| HSV(B) | 167.59º | 0.29% | 0.4% | - |
| XYZ | 9.39 | 11.51 | 12.55 | - |
| YUV | 91.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 95 | 0.29 | 0 | 0.06 | 0.60 | 167.59 | 0.17 | 0.34 |
| Hex | 48 | 65 | 5F | 1D | 0 | 6 | 3C | A8 | 11 | 22 |
| Octal | 110 | 145 | 137 | 35 | 0 | 6 | 74 | 250 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1011111 | 11101 | 0 | 110 | 111100 | 10101000 | 10001 | 100010 |
Color Harmonies of #48655F
Complementary color
Monochromatic Colors of #48655F
Black with #48655F
Text Example
Text Example
White with #48655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48655F; }
p { color: rgb(72,101,95); }
H1.HeaderClassName
{
color: #48655F;
}
.AnyTagClassName
{
color: #48655F;
}
</style>
background-color css
<style>
a { background-color: #48655F; }
a { background-color: rgb(72,101,95); }
div.DivClassName
{
background-color: #48655F;
}
.BgClassName
{
background-color: #48655F;
}
</style>
border-color css
<style>
span { border-color: #48655F; }
span { border-color: rgb(72,101,95); }
td.TdClassName
{
border-color: #48655F;
}
.TagClassName
{
border-color: #48655F;
}
</style>