Shades of Dell #48622C
Tints of Dell #48622C
RGB
CMYK
RGB Variations
Color information
#48622C (or 0x48622C) is known color: Dell. HEX triplet: 48, 62 and 2C. RGB value is (72,98,44). Sum of RGB (Red+Green+Blue) = 72+98+44=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #48622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48622C is #B79DD3. Grayscale: #545454. Windows color (decimal): -12033492 or 2908744. OLE color: 2908744.
HSL color Cylindrical-coordinate representation of color #48622C: hue angle of 88.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48622C is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 44 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.62 |
| HSL | 88.89º | 0.38% | 0.28% | - |
| HSV(B) | 88.89º | 0.55% | 0.38% | - |
| XYZ | 7.49 | 10.29 | 3.97 | - |
| YUV | 84.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 44 | 0.27 | 0 | 0.55 | 0.62 | 88.89 | 0.38 | 0.28 |
| Hex | 48 | 62 | 2C | 1B | 0 | 37 | 3E | 59 | 26 | 1C |
| Octal | 110 | 142 | 54 | 33 | 0 | 67 | 76 | 131 | 46 | 34 |
| Binary | 1001000 | 1100010 | 101100 | 11011 | 0 | 110111 | 111110 | 1011001 | 100110 | 11100 |
Color Harmonies of #48622C
Complementary color
Monochromatic Colors of #48622C
Black with #48622C
Text Example
Text Example
White with #48622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48622C; }
p { color: rgb(72,98,44); }
H1.HeaderClassName
{
color: #48622C;
}
.AnyTagClassName
{
color: #48622C;
}
</style>
background-color css
<style>
a { background-color: #48622C; }
a { background-color: rgb(72,98,44); }
div.DivClassName
{
background-color: #48622C;
}
.BgClassName
{
background-color: #48622C;
}
</style>
border-color css
<style>
span { border-color: #48622C; }
span { border-color: rgb(72,98,44); }
td.TdClassName
{
border-color: #48622C;
}
.TagClassName
{
border-color: #48622C;
}
</style>