Shades of Como #48755E
Tints of Como #48755E
RGB
CMYK
RGB Variations
Color information
#48755E (or 0x48755E) is known color: Como. HEX triplet: 48, 75 and 5E. RGB value is (72,117,94). Sum of RGB (Red+Green+Blue) = 72+117+94=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #48755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48755E is #B78AA1. Grayscale: #646464. Windows color (decimal): -12028578 or 6190408. OLE color: 6190408.
HSL color Cylindrical-coordinate representation of color #48755E: hue angle of 149.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48755E is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 94 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.54 |
| HSL | 149.33º | 0.24% | 0.37% | - |
| HSV(B) | 149.33º | 0.38% | 0.46% | - |
| XYZ | 11.05 | 14.91 | 12.88 | - |
| YUV | 100.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 94 | 0.38 | 0 | 0.20 | 0.54 | 149.33 | 0.24 | 0.37 |
| Hex | 48 | 75 | 5E | 26 | 0 | 14 | 36 | 95 | 18 | 25 |
| Octal | 110 | 165 | 136 | 46 | 0 | 24 | 66 | 225 | 30 | 45 |
| Binary | 1001000 | 1110101 | 1011110 | 100110 | 0 | 10100 | 110110 | 10010101 | 11000 | 100101 |
Color Harmonies of #48755E
Complementary color
Monochromatic Colors of #48755E
Black with #48755E
Text Example
Text Example
White with #48755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48755E; }
p { color: rgb(72,117,94); }
H1.HeaderClassName
{
color: #48755E;
}
.AnyTagClassName
{
color: #48755E;
}
</style>
background-color css
<style>
a { background-color: #48755E; }
a { background-color: rgb(72,117,94); }
div.DivClassName
{
background-color: #48755E;
}
.BgClassName
{
background-color: #48755E;
}
</style>
border-color css
<style>
span { border-color: #48755E; }
span { border-color: rgb(72,117,94); }
td.TdClassName
{
border-color: #48755E;
}
.TagClassName
{
border-color: #48755E;
}
</style>