Shades of Dell #48632E
Tints of Dell #48632E
RGB
CMYK
RGB Variations
Color information
#48632E (or 0x48632E) is known color: Dell. HEX triplet: 48, 63 and 2E. RGB value is (72,99,46). Sum of RGB (Red+Green+Blue) = 72+99+46=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #48632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48632E is #B79CD1. Grayscale: #555555. Windows color (decimal): -12033234 or 3040072. OLE color: 3040072.
HSL color Cylindrical-coordinate representation of color #48632E: hue angle of 90.57º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48632E is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 46 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.61 |
| HSL | 90.57º | 0.37% | 0.28% | - |
| HSV(B) | 90.57º | 0.54% | 0.39% | - |
| XYZ | 7.63 | 10.5 | 4.21 | - |
| YUV | 84.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 46 | 0.27 | 0 | 0.54 | 0.61 | 90.57 | 0.37 | 0.28 |
| Hex | 48 | 63 | 2E | 1B | 0 | 36 | 3D | 5B | 25 | 1C |
| Octal | 110 | 143 | 56 | 33 | 0 | 66 | 75 | 133 | 45 | 34 |
| Binary | 1001000 | 1100011 | 101110 | 11011 | 0 | 110110 | 111101 | 1011011 | 100101 | 11100 |
Color Harmonies of #48632E
Complementary color
Monochromatic Colors of #48632E
Black with #48632E
Text Example
Text Example
White with #48632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48632E; }
p { color: rgb(72,99,46); }
H1.HeaderClassName
{
color: #48632E;
}
.AnyTagClassName
{
color: #48632E;
}
</style>
background-color css
<style>
a { background-color: #48632E; }
a { background-color: rgb(72,99,46); }
div.DivClassName
{
background-color: #48632E;
}
.BgClassName
{
background-color: #48632E;
}
</style>
border-color css
<style>
span { border-color: #48632E; }
span { border-color: rgb(72,99,46); }
td.TdClassName
{
border-color: #48632E;
}
.TagClassName
{
border-color: #48632E;
}
</style>