Shades of Dell #48632C
Tints of Dell #48632C
RGB
CMYK
RGB Variations
Color information
#48632C (or 0x48632C) is known color: Dell. HEX triplet: 48, 63 and 2C. RGB value is (72,99,44). Sum of RGB (Red+Green+Blue) = 72+99+44=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #48632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48632C is #B79CD3. Grayscale: #545454. Windows color (decimal): -12033236 or 2909000. OLE color: 2909000.
HSL color Cylindrical-coordinate representation of color #48632C: hue angle of 89.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48632C is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 44 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.61 |
| HSL | 89.45º | 0.38% | 0.28% | - |
| HSV(B) | 89.45º | 0.56% | 0.39% | - |
| XYZ | 7.59 | 10.48 | 4.01 | - |
| YUV | 84.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 44 | 0.27 | 0 | 0.56 | 0.61 | 89.45 | 0.38 | 0.28 |
| Hex | 48 | 63 | 2C | 1B | 0 | 38 | 3D | 59 | 26 | 1C |
| Octal | 110 | 143 | 54 | 33 | 0 | 70 | 75 | 131 | 46 | 34 |
| Binary | 1001000 | 1100011 | 101100 | 11011 | 0 | 111000 | 111101 | 1011001 | 100110 | 11100 |
Color Harmonies of #48632C
Complementary color
Monochromatic Colors of #48632C
Black with #48632C
Text Example
Text Example
White with #48632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48632C; }
p { color: rgb(72,99,44); }
H1.HeaderClassName
{
color: #48632C;
}
.AnyTagClassName
{
color: #48632C;
}
</style>
background-color css
<style>
a { background-color: #48632C; }
a { background-color: rgb(72,99,44); }
div.DivClassName
{
background-color: #48632C;
}
.BgClassName
{
background-color: #48632C;
}
</style>
border-color css
<style>
span { border-color: #48632C; }
span { border-color: rgb(72,99,44); }
td.TdClassName
{
border-color: #48632C;
}
.TagClassName
{
border-color: #48632C;
}
</style>