Shades of Casal #48595E
Tints of Casal #48595E
RGB
CMYK
RGB Variations
Color information
#48595E (or 0x48595E) is known color: Casal. HEX triplet: 48, 59 and 5E. RGB value is (72,89,94). Sum of RGB (Red+Green+Blue) = 72+89+94=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 94 - color contains mainly: blue. Hex color #48595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48595E is #B7A6A1. Grayscale: #545454. Windows color (decimal): -12035746 or 6183240. OLE color: 6183240.
HSL color Cylindrical-coordinate representation of color #48595E: hue angle of 193.64º 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 #48595E is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 89 | 94 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.63 |
| HSL | 193.64º | 0.13% | 0.33% | - |
| HSV(B) | 193.64º | 0.23% | 0.37% | - |
| XYZ | 8.27 | 9.33 | 11.96 | - |
| YUV | 84.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 94 | 0.23 | 0.05 | 0 | 0.63 | 193.64 | 0.13 | 0.33 |
| Hex | 48 | 59 | 5E | 17 | 5 | 0 | 3F | C2 | D | 21 |
| Octal | 110 | 131 | 136 | 27 | 5 | 0 | 77 | 302 | 15 | 41 |
| Binary | 1001000 | 1011001 | 1011110 | 10111 | 101 | 0 | 111111 | 11000010 | 1101 | 100001 |
Color Harmonies of #48595E
Complementary color
Monochromatic Colors of #48595E
Black with #48595E
Text Example
Text Example
White with #48595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48595E; }
p { color: rgb(72,89,94); }
H1.HeaderClassName
{
color: #48595E;
}
.AnyTagClassName
{
color: #48595E;
}
</style>
background-color css
<style>
a { background-color: #48595E; }
a { background-color: rgb(72,89,94); }
div.DivClassName
{
background-color: #48595E;
}
.BgClassName
{
background-color: #48595E;
}
</style>
border-color css
<style>
span { border-color: #48595E; }
span { border-color: rgb(72,89,94); }
td.TdClassName
{
border-color: #48595E;
}
.TagClassName
{
border-color: #48595E;
}
</style>