Shades of Stromboli #48675E
Tints of Stromboli #48675E
RGB
CMYK
RGB Variations
Color information
#48675E (or 0x48675E) is known color: Stromboli. HEX triplet: 48, 67 and 5E. RGB value is (72,103,94). Sum of RGB (Red+Green+Blue) = 72+103+94=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #48675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48675E is #B798A1. Grayscale: #5C5C5C. Windows color (decimal): -12032162 or 6186824. OLE color: 6186824.
HSL color Cylindrical-coordinate representation of color #48675E: hue angle of 162.58º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48675E is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 94 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.60 |
| HSL | 162.58º | 0.18% | 0.34% | - |
| HSV(B) | 162.58º | 0.3% | 0.4% | - |
| XYZ | 9.54 | 11.89 | 12.38 | - |
| YUV | 92.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 94 | 0.30 | 0 | 0.09 | 0.60 | 162.58 | 0.18 | 0.34 |
| Hex | 48 | 67 | 5E | 1E | 0 | 9 | 3C | A3 | 12 | 22 |
| Octal | 110 | 147 | 136 | 36 | 0 | 11 | 74 | 243 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1011110 | 11110 | 0 | 1001 | 111100 | 10100011 | 10010 | 100010 |
Color Harmonies of #48675E
Complementary color
Monochromatic Colors of #48675E
Black with #48675E
Text Example
Text Example
White with #48675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48675E; }
p { color: rgb(72,103,94); }
H1.HeaderClassName
{
color: #48675E;
}
.AnyTagClassName
{
color: #48675E;
}
</style>
background-color css
<style>
a { background-color: #48675E; }
a { background-color: rgb(72,103,94); }
div.DivClassName
{
background-color: #48675E;
}
.BgClassName
{
background-color: #48675E;
}
</style>
border-color css
<style>
span { border-color: #48675E; }
span { border-color: rgb(72,103,94); }
td.TdClassName
{
border-color: #48675E;
}
.TagClassName
{
border-color: #48675E;
}
</style>