Shades of Dell #49622C
Tints of Dell #49622C
RGB
CMYK
RGB Variations
Color information
#49622C (or 0x49622C) is known color: Dell. HEX triplet: 49, 62 and 2C. RGB value is (73,98,44). Sum of RGB (Red+Green+Blue) = 73+98+44=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #49622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49622C is #B69DD3. Grayscale: #545454. Windows color (decimal): -11967956 or 2908745. OLE color: 2908745.
HSL color Cylindrical-coordinate representation of color #49622C: hue angle of 87.78º 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 #49622C is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 44 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.62 |
| HSL | 87.78º | 0.38% | 0.28% | - |
| HSV(B) | 87.78º | 0.55% | 0.38% | - |
| XYZ | 7.57 | 10.33 | 3.98 | - |
| YUV | 84.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 44 | 0.26 | 0 | 0.55 | 0.62 | 87.78 | 0.38 | 0.28 |
| Hex | 49 | 62 | 2C | 1A | 0 | 37 | 3E | 58 | 26 | 1C |
| Octal | 111 | 142 | 54 | 32 | 0 | 67 | 76 | 130 | 46 | 34 |
| Binary | 1001001 | 1100010 | 101100 | 11010 | 0 | 110111 | 111110 | 1011000 | 100110 | 11100 |
Color Harmonies of #49622C
Complementary color
Monochromatic Colors of #49622C
Black with #49622C
Text Example
Text Example
White with #49622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49622C; }
p { color: rgb(73,98,44); }
H1.HeaderClassName
{
color: #49622C;
}
.AnyTagClassName
{
color: #49622C;
}
</style>
background-color css
<style>
a { background-color: #49622C; }
a { background-color: rgb(73,98,44); }
div.DivClassName
{
background-color: #49622C;
}
.BgClassName
{
background-color: #49622C;
}
</style>
border-color css
<style>
span { border-color: #49622C; }
span { border-color: rgb(73,98,44); }
td.TdClassName
{
border-color: #49622C;
}
.TagClassName
{
border-color: #49622C;
}
</style>