Shades of Como #48745D
Tints of Como #48745D
RGB
CMYK
RGB Variations
Color information
#48745D (or 0x48745D) is known color: Como. HEX triplet: 48, 74 and 5D. RGB value is (72,116,93). Sum of RGB (Red+Green+Blue) = 72+116+93=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #48745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48745D is #B78BA2. Grayscale: #646464. Windows color (decimal): -12028835 or 6124616. OLE color: 6124616.
HSL color Cylindrical-coordinate representation of color #48745D: hue angle of 148.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48745D is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 93 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.55 |
| HSL | 148.64º | 0.23% | 0.37% | - |
| HSV(B) | 148.64º | 0.38% | 0.45% | - |
| XYZ | 10.89 | 14.66 | 12.61 | - |
| YUV | 100.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 93 | 0.38 | 0 | 0.20 | 0.55 | 148.64 | 0.23 | 0.37 |
| Hex | 48 | 74 | 5D | 26 | 0 | 14 | 37 | 95 | 17 | 25 |
| Octal | 110 | 164 | 135 | 46 | 0 | 24 | 67 | 225 | 27 | 45 |
| Binary | 1001000 | 1110100 | 1011101 | 100110 | 0 | 10100 | 110111 | 10010101 | 10111 | 100101 |
Color Harmonies of #48745D
Complementary color
Monochromatic Colors of #48745D
Black with #48745D
Text Example
Text Example
White with #48745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48745D; }
p { color: rgb(72,116,93); }
H1.HeaderClassName
{
color: #48745D;
}
.AnyTagClassName
{
color: #48745D;
}
</style>
background-color css
<style>
a { background-color: #48745D; }
a { background-color: rgb(72,116,93); }
div.DivClassName
{
background-color: #48745D;
}
.BgClassName
{
background-color: #48745D;
}
</style>
border-color css
<style>
span { border-color: #48745D; }
span { border-color: rgb(72,116,93); }
td.TdClassName
{
border-color: #48745D;
}
.TagClassName
{
border-color: #48745D;
}
</style>