Shades of Como #48745C
Tints of Como #48745C
RGB
CMYK
RGB Variations
Color information
#48745C (or 0x48745C) is known color: Como. HEX triplet: 48, 74 and 5C. RGB value is (72,116,92). Sum of RGB (Red+Green+Blue) = 72+116+92=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #48745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48745C is #B78BA3. Grayscale: #646464. Windows color (decimal): -12028836 or 6059080. OLE color: 6059080.
HSL color Cylindrical-coordinate representation of color #48745C: hue angle of 147.27º 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 #48745C is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 92 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.55 |
| HSL | 147.27º | 0.23% | 0.37% | - |
| HSV(B) | 147.27º | 0.38% | 0.45% | - |
| XYZ | 10.85 | 14.64 | 12.38 | - |
| YUV | 100.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 92 | 0.38 | 0 | 0.21 | 0.55 | 147.27 | 0.23 | 0.37 |
| Hex | 48 | 74 | 5C | 26 | 0 | 15 | 37 | 93 | 17 | 25 |
| Octal | 110 | 164 | 134 | 46 | 0 | 25 | 67 | 223 | 27 | 45 |
| Binary | 1001000 | 1110100 | 1011100 | 100110 | 0 | 10101 | 110111 | 10010011 | 10111 | 100101 |
Color Harmonies of #48745C
Complementary color
Monochromatic Colors of #48745C
Black with #48745C
Text Example
Text Example
White with #48745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48745C; }
p { color: rgb(72,116,92); }
H1.HeaderClassName
{
color: #48745C;
}
.AnyTagClassName
{
color: #48745C;
}
</style>
background-color css
<style>
a { background-color: #48745C; }
a { background-color: rgb(72,116,92); }
div.DivClassName
{
background-color: #48745C;
}
.BgClassName
{
background-color: #48745C;
}
</style>
border-color css
<style>
span { border-color: #48745C; }
span { border-color: rgb(72,116,92); }
td.TdClassName
{
border-color: #48745C;
}
.TagClassName
{
border-color: #48745C;
}
</style>