Shades of Dell #48602C
Tints of Dell #48602C
RGB
CMYK
RGB Variations
Color information
#48602C (or 0x48602C) is known color: Dell. HEX triplet: 48, 60 and 2C. RGB value is (72,96,44). Sum of RGB (Red+Green+Blue) = 72+96+44=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #48602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602C is #B79FD3. Grayscale: #535353. Windows color (decimal): -12034004 or 2908232. OLE color: 2908232.
HSL color Cylindrical-coordinate representation of color #48602C: hue angle of 87.69º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48602C is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 96 | 44 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.62 |
| HSL | 87.69º | 0.37% | 0.27% | - |
| HSV(B) | 87.69º | 0.54% | 0.38% | - |
| XYZ | 7.31 | 9.93 | 3.91 | - |
| YUV | 82.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 44 | 0.25 | 0 | 0.54 | 0.62 | 87.69 | 0.37 | 0.27 |
| Hex | 48 | 60 | 2C | 19 | 0 | 36 | 3E | 58 | 25 | 1B |
| Octal | 110 | 140 | 54 | 31 | 0 | 66 | 76 | 130 | 45 | 33 |
| Binary | 1001000 | 1100000 | 101100 | 11001 | 0 | 110110 | 111110 | 1011000 | 100101 | 11011 |
Color Harmonies of #48602C
Complementary color
Monochromatic Colors of #48602C
Black with #48602C
Text Example
Text Example
White with #48602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48602C; }
p { color: rgb(72,96,44); }
H1.HeaderClassName
{
color: #48602C;
}
.AnyTagClassName
{
color: #48602C;
}
</style>
background-color css
<style>
a { background-color: #48602C; }
a { background-color: rgb(72,96,44); }
div.DivClassName
{
background-color: #48602C;
}
.BgClassName
{
background-color: #48602C;
}
</style>
border-color css
<style>
span { border-color: #48602C; }
span { border-color: rgb(72,96,44); }
td.TdClassName
{
border-color: #48602C;
}
.TagClassName
{
border-color: #48602C;
}
</style>