Shades of Stromboli #48655B
Tints of Stromboli #48655B
RGB
CMYK
RGB Variations
Color information
#48655B (or 0x48655B) is known color: Stromboli. HEX triplet: 48, 65 and 5B. RGB value is (72,101,91). Sum of RGB (Red+Green+Blue) = 72+101+91=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #48655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48655B is #B79AA4. Grayscale: #5B5B5B. Windows color (decimal): -12032677 or 5989704. OLE color: 5989704.
HSL color Cylindrical-coordinate representation of color #48655B: hue angle of 159.31º 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 #48655B is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 91 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.60 |
| HSL | 159.31º | 0.17% | 0.34% | - |
| HSV(B) | 159.31º | 0.29% | 0.4% | - |
| XYZ | 9.21 | 11.44 | 11.62 | - |
| YUV | 91.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 91 | 0.29 | 0 | 0.10 | 0.60 | 159.31 | 0.17 | 0.34 |
| Hex | 48 | 65 | 5B | 1D | 0 | A | 3C | 9F | 11 | 22 |
| Octal | 110 | 145 | 133 | 35 | 0 | 12 | 74 | 237 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1011011 | 11101 | 0 | 1010 | 111100 | 10011111 | 10001 | 100010 |
Color Harmonies of #48655B
Complementary color
Monochromatic Colors of #48655B
Black with #48655B
Text Example
Text Example
White with #48655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48655B; }
p { color: rgb(72,101,91); }
H1.HeaderClassName
{
color: #48655B;
}
.AnyTagClassName
{
color: #48655B;
}
</style>
background-color css
<style>
a { background-color: #48655B; }
a { background-color: rgb(72,101,91); }
div.DivClassName
{
background-color: #48655B;
}
.BgClassName
{
background-color: #48655B;
}
</style>
border-color css
<style>
span { border-color: #48655B; }
span { border-color: rgb(72,101,91); }
td.TdClassName
{
border-color: #48655B;
}
.TagClassName
{
border-color: #48655B;
}
</style>