Shades of Cello #48525E
Tints of Cello #48525E
RGB
CMYK
RGB Variations
Color information
#48525E (or 0x48525E) is known color: Cello. HEX triplet: 48, 52 and 5E. RGB value is (72,82,94). Sum of RGB (Red+Green+Blue) = 72+82+94=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #48525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48525E is #B7ADA1. Grayscale: #505050. Windows color (decimal): -12037538 or 6181448. OLE color: 6181448.
HSL color Cylindrical-coordinate representation of color #48525E: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48525E is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 82 | 94 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.63 |
| HSL | 212.73º | 0.13% | 0.33% | - |
| HSV(B) | 212.73º | 0.23% | 0.37% | - |
| XYZ | 7.71 | 8.22 | 11.77 | - |
| YUV | 80.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 94 | 0.23 | 0.13 | 0 | 0.63 | 212.73 | 0.13 | 0.33 |
| Hex | 48 | 52 | 5E | 17 | D | 0 | 3F | D5 | D | 21 |
| Octal | 110 | 122 | 136 | 27 | 15 | 0 | 77 | 325 | 15 | 41 |
| Binary | 1001000 | 1010010 | 1011110 | 10111 | 1101 | 0 | 111111 | 11010101 | 1101 | 100001 |
Color Harmonies of #48525E
Complementary color
Monochromatic Colors of #48525E
Black with #48525E
Text Example
Text Example
White with #48525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48525E; }
p { color: rgb(72,82,94); }
H1.HeaderClassName
{
color: #48525E;
}
.AnyTagClassName
{
color: #48525E;
}
</style>
background-color css
<style>
a { background-color: #48525E; }
a { background-color: rgb(72,82,94); }
div.DivClassName
{
background-color: #48525E;
}
.BgClassName
{
background-color: #48525E;
}
</style>
border-color css
<style>
span { border-color: #48525E; }
span { border-color: rgb(72,82,94); }
td.TdClassName
{
border-color: #48525E;
}
.TagClassName
{
border-color: #48525E;
}
</style>