Shades of Stromboli #48645C
Tints of Stromboli #48645C
RGB
CMYK
RGB Variations
Color information
#48645C (or 0x48645C) is known color: Stromboli. HEX triplet: 48, 64 and 5C. RGB value is (72,100,92). Sum of RGB (Red+Green+Blue) = 72+100+92=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #48645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48645C is #B79BA3. Grayscale: #5A5A5A. Windows color (decimal): -12032932 or 6054984. OLE color: 6054984.
HSL color Cylindrical-coordinate representation of color #48645C: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48645C is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 92 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.61 |
| HSL | 162.86º | 0.16% | 0.34% | - |
| HSV(B) | 162.86º | 0.28% | 0.39% | - |
| XYZ | 9.16 | 11.26 | 11.82 | - |
| YUV | 90.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 92 | 0.28 | 0 | 0.08 | 0.61 | 162.86 | 0.16 | 0.34 |
| Hex | 48 | 64 | 5C | 1C | 0 | 8 | 3D | A3 | 10 | 22 |
| Octal | 110 | 144 | 134 | 34 | 0 | 10 | 75 | 243 | 20 | 42 |
| Binary | 1001000 | 1100100 | 1011100 | 11100 | 0 | 1000 | 111101 | 10100011 | 10000 | 100010 |
Color Harmonies of #48645C
Complementary color
Monochromatic Colors of #48645C
Black with #48645C
Text Example
Text Example
White with #48645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48645C; }
p { color: rgb(72,100,92); }
H1.HeaderClassName
{
color: #48645C;
}
.AnyTagClassName
{
color: #48645C;
}
</style>
background-color css
<style>
a { background-color: #48645C; }
a { background-color: rgb(72,100,92); }
div.DivClassName
{
background-color: #48645C;
}
.BgClassName
{
background-color: #48645C;
}
</style>
border-color css
<style>
span { border-color: #48645C; }
span { border-color: rgb(72,100,92); }
td.TdClassName
{
border-color: #48645C;
}
.TagClassName
{
border-color: #48645C;
}
</style>