Shades of Stromboli #48635A
Tints of Stromboli #48635A
RGB
CMYK
RGB Variations
Color information
#48635A (or 0x48635A) is known color: Stromboli. HEX triplet: 48, 63 and 5A. RGB value is (72,99,90). Sum of RGB (Red+Green+Blue) = 72+99+90=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #48635A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48635A is #B79CA5. Grayscale: #595959. Windows color (decimal): -12033190 or 5923656. OLE color: 5923656.
HSL color Cylindrical-coordinate representation of color #48635A: hue angle of 160º 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 #48635A is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 90 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.61 |
| HSL | 160º | 0.16% | 0.34% | - |
| HSV(B) | 160º | 0.27% | 0.39% | - |
| XYZ | 8.98 | 11.04 | 11.33 | - |
| YUV | 89.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 90 | 0.27 | 0 | 0.09 | 0.61 | 160 | 0.16 | 0.34 |
| Hex | 48 | 63 | 5A | 1B | 0 | 9 | 3D | A0 | 10 | 22 |
| Octal | 110 | 143 | 132 | 33 | 0 | 11 | 75 | 240 | 20 | 42 |
| Binary | 1001000 | 1100011 | 1011010 | 11011 | 0 | 1001 | 111101 | 10100000 | 10000 | 100010 |
Color Harmonies of #48635A
Complementary color
Monochromatic Colors of #48635A
Black with #48635A
Text Example
Text Example
White with #48635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48635A; }
p { color: rgb(72,99,90); }
H1.HeaderClassName
{
color: #48635A;
}
.AnyTagClassName
{
color: #48635A;
}
</style>
background-color css
<style>
a { background-color: #48635A; }
a { background-color: rgb(72,99,90); }
div.DivClassName
{
background-color: #48635A;
}
.BgClassName
{
background-color: #48635A;
}
</style>
border-color css
<style>
span { border-color: #48635A; }
span { border-color: rgb(72,99,90); }
td.TdClassName
{
border-color: #48635A;
}
.TagClassName
{
border-color: #48635A;
}
</style>