Shades of Como #48725C
Tints of Como #48725C
RGB
CMYK
RGB Variations
Color information
#48725C (or 0x48725C) is known color: Como. HEX triplet: 48, 72 and 5C. RGB value is (72,114,92). Sum of RGB (Red+Green+Blue) = 72+114+92=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #48725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48725C is #B78DA3. Grayscale: #626262. Windows color (decimal): -12029348 or 6058568. OLE color: 6058568.
HSL color Cylindrical-coordinate representation of color #48725C: hue angle of 148.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48725C is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 92 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.55 |
| HSL | 148.57º | 0.23% | 0.36% | - |
| HSV(B) | 148.57º | 0.37% | 0.45% | - |
| XYZ | 10.62 | 14.19 | 12.3 | - |
| YUV | 98.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 92 | 0.37 | 0 | 0.19 | 0.55 | 148.57 | 0.23 | 0.36 |
| Hex | 48 | 72 | 5C | 25 | 0 | 13 | 37 | 95 | 17 | 24 |
| Octal | 110 | 162 | 134 | 45 | 0 | 23 | 67 | 225 | 27 | 44 |
| Binary | 1001000 | 1110010 | 1011100 | 100101 | 0 | 10011 | 110111 | 10010101 | 10111 | 100100 |
Color Harmonies of #48725C
Complementary color
Monochromatic Colors of #48725C
Black with #48725C
Text Example
Text Example
White with #48725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48725C; }
p { color: rgb(72,114,92); }
H1.HeaderClassName
{
color: #48725C;
}
.AnyTagClassName
{
color: #48725C;
}
</style>
background-color css
<style>
a { background-color: #48725C; }
a { background-color: rgb(72,114,92); }
div.DivClassName
{
background-color: #48725C;
}
.BgClassName
{
background-color: #48725C;
}
</style>
border-color css
<style>
span { border-color: #48725C; }
span { border-color: rgb(72,114,92); }
td.TdClassName
{
border-color: #48725C;
}
.TagClassName
{
border-color: #48725C;
}
</style>