Shades of Dell #48682A
Tints of Dell #48682A
RGB
CMYK
RGB Variations
Color information
#48682A (or 0x48682A) is known color: Dell. HEX triplet: 48, 68 and 2A. RGB value is (72,104,42). Sum of RGB (Red+Green+Blue) = 72+104+42=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #48682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48682A is #B797D5. Grayscale: #575757. Windows color (decimal): -12031958 or 2779208. OLE color: 2779208.
HSL color Cylindrical-coordinate representation of color #48682A: hue angle of 90.97º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48682A is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 42 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.59 |
| HSL | 90.97º | 0.42% | 0.29% | - |
| HSV(B) | 90.97º | 0.6% | 0.41% | - |
| XYZ | 8.04 | 11.45 | 3.98 | - |
| YUV | 87.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 42 | 0.31 | 0 | 0.60 | 0.59 | 90.97 | 0.42 | 0.29 |
| Hex | 48 | 68 | 2A | 1F | 0 | 3C | 3B | 5B | 2A | 1D |
| Octal | 110 | 150 | 52 | 37 | 0 | 74 | 73 | 133 | 52 | 35 |
| Binary | 1001000 | 1101000 | 101010 | 11111 | 0 | 111100 | 111011 | 1011011 | 101010 | 11101 |
Color Harmonies of #48682A
Complementary color
Monochromatic Colors of #48682A
Black with #48682A
Text Example
Text Example
White with #48682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48682A; }
p { color: rgb(72,104,42); }
H1.HeaderClassName
{
color: #48682A;
}
.AnyTagClassName
{
color: #48682A;
}
</style>
background-color css
<style>
a { background-color: #48682A; }
a { background-color: rgb(72,104,42); }
div.DivClassName
{
background-color: #48682A;
}
.BgClassName
{
background-color: #48682A;
}
</style>
border-color css
<style>
span { border-color: #48682A; }
span { border-color: rgb(72,104,42); }
td.TdClassName
{
border-color: #48682A;
}
.TagClassName
{
border-color: #48682A;
}
</style>