Shades of Stromboli #48635E
Tints of Stromboli #48635E
RGB
CMYK
RGB Variations
Color information
#48635E (or 0x48635E) is known color: Stromboli. HEX triplet: 48, 63 and 5E. RGB value is (72,99,94). Sum of RGB (Red+Green+Blue) = 72+99+94=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #48635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48635E is #B79CA1. Grayscale: #5A5A5A. Windows color (decimal): -12033186 or 6185800. OLE color: 6185800.
HSL color Cylindrical-coordinate representation of color #48635E: hue angle of 168.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48635E is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 94 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.61 |
| HSL | 168.89º | 0.16% | 0.34% | - |
| HSV(B) | 168.89º | 0.27% | 0.39% | - |
| XYZ | 9.15 | 11.11 | 12.25 | - |
| YUV | 90.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 94 | 0.27 | 0 | 0.05 | 0.61 | 168.89 | 0.16 | 0.34 |
| Hex | 48 | 63 | 5E | 1B | 0 | 5 | 3D | A9 | 10 | 22 |
| Octal | 110 | 143 | 136 | 33 | 0 | 5 | 75 | 251 | 20 | 42 |
| Binary | 1001000 | 1100011 | 1011110 | 11011 | 0 | 101 | 111101 | 10101001 | 10000 | 100010 |
Color Harmonies of #48635E
Complementary color
Monochromatic Colors of #48635E
Black with #48635E
Text Example
Text Example
White with #48635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48635E; }
p { color: rgb(72,99,94); }
H1.HeaderClassName
{
color: #48635E;
}
.AnyTagClassName
{
color: #48635E;
}
</style>
background-color css
<style>
a { background-color: #48635E; }
a { background-color: rgb(72,99,94); }
div.DivClassName
{
background-color: #48635E;
}
.BgClassName
{
background-color: #48635E;
}
</style>
border-color css
<style>
span { border-color: #48635E; }
span { border-color: rgb(72,99,94); }
td.TdClassName
{
border-color: #48635E;
}
.TagClassName
{
border-color: #48635E;
}
</style>