Shades of Como #48715E
Tints of Como #48715E
RGB
CMYK
RGB Variations
Color information
#48715E (or 0x48715E) is known color: Como. HEX triplet: 48, 71 and 5E. RGB value is (72,113,94). Sum of RGB (Red+Green+Blue) = 72+113+94=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #48715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48715E is #B78EA1. Grayscale: #626262. Windows color (decimal): -12029602 or 6189384. OLE color: 6189384.
HSL color Cylindrical-coordinate representation of color #48715E: hue angle of 152.2º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48715E is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 94 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.56 |
| HSL | 152.2º | 0.22% | 0.36% | - |
| HSV(B) | 152.2º | 0.36% | 0.44% | - |
| XYZ | 10.6 | 14 | 12.73 | - |
| YUV | 98.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 94 | 0.36 | 0 | 0.17 | 0.56 | 152.2 | 0.22 | 0.36 |
| Hex | 48 | 71 | 5E | 24 | 0 | 11 | 38 | 98 | 16 | 24 |
| Octal | 110 | 161 | 136 | 44 | 0 | 21 | 70 | 230 | 26 | 44 |
| Binary | 1001000 | 1110001 | 1011110 | 100100 | 0 | 10001 | 111000 | 10011000 | 10110 | 100100 |
Color Harmonies of #48715E
Complementary color
Monochromatic Colors of #48715E
Black with #48715E
Text Example
Text Example
White with #48715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48715E; }
p { color: rgb(72,113,94); }
H1.HeaderClassName
{
color: #48715E;
}
.AnyTagClassName
{
color: #48715E;
}
</style>
background-color css
<style>
a { background-color: #48715E; }
a { background-color: rgb(72,113,94); }
div.DivClassName
{
background-color: #48715E;
}
.BgClassName
{
background-color: #48715E;
}
</style>
border-color css
<style>
span { border-color: #48715E; }
span { border-color: rgb(72,113,94); }
td.TdClassName
{
border-color: #48715E;
}
.TagClassName
{
border-color: #48715E;
}
</style>