Shades of Stromboli #48675C
Tints of Stromboli #48675C
RGB
CMYK
RGB Variations
Color information
#48675C (or 0x48675C) is known color: Stromboli. HEX triplet: 48, 67 and 5C. RGB value is (72,103,92). Sum of RGB (Red+Green+Blue) = 72+103+92=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #48675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48675C is #B798A3. Grayscale: #5C5C5C. Windows color (decimal): -12032164 or 6055752. OLE color: 6055752.
HSL color Cylindrical-coordinate representation of color #48675C: hue angle of 158.71º 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 #48675C is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 103 | 92 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.60 |
| HSL | 158.71º | 0.18% | 0.34% | - |
| HSV(B) | 158.71º | 0.3% | 0.4% | - |
| XYZ | 9.45 | 11.85 | 11.91 | - |
| YUV | 92.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 103 | 92 | 0.30 | 0 | 0.11 | 0.60 | 158.71 | 0.18 | 0.34 |
| Hex | 48 | 67 | 5C | 1E | 0 | B | 3C | 9F | 12 | 22 |
| Octal | 110 | 147 | 134 | 36 | 0 | 13 | 74 | 237 | 22 | 42 |
| Binary | 1001000 | 1100111 | 1011100 | 11110 | 0 | 1011 | 111100 | 10011111 | 10010 | 100010 |
Color Harmonies of #48675C
Complementary color
Monochromatic Colors of #48675C
Black with #48675C
Text Example
Text Example
White with #48675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48675C; }
p { color: rgb(72,103,92); }
H1.HeaderClassName
{
color: #48675C;
}
.AnyTagClassName
{
color: #48675C;
}
</style>
background-color css
<style>
a { background-color: #48675C; }
a { background-color: rgb(72,103,92); }
div.DivClassName
{
background-color: #48675C;
}
.BgClassName
{
background-color: #48675C;
}
</style>
border-color css
<style>
span { border-color: #48675C; }
span { border-color: rgb(72,103,92); }
td.TdClassName
{
border-color: #48675C;
}
.TagClassName
{
border-color: #48675C;
}
</style>