Shades of Dell #49603C
Tints of Dell #49603C
RGB
CMYK
RGB Variations
Color information
#49603C (or 0x49603C) is known color: Dell. HEX triplet: 49, 60 and 3C. RGB value is (73,96,60). Sum of RGB (Red+Green+Blue) = 73+96+60=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #49603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49603C is #B69FC3. Grayscale: #555555. Windows color (decimal): -11968452 or 3956809. OLE color: 3956809.
HSL color Cylindrical-coordinate representation of color #49603C: hue angle of 98.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49603C is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 60 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.62 |
| HSL | 98.33º | 0.23% | 0.31% | - |
| HSV(B) | 98.33º | 0.38% | 0.38% | - |
| XYZ | 7.75 | 10.11 | 5.82 | - |
| YUV | 85.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 60 | 0.24 | 0 | 0.38 | 0.62 | 98.33 | 0.23 | 0.31 |
| Hex | 49 | 60 | 3C | 18 | 0 | 26 | 3E | 62 | 17 | 1F |
| Octal | 111 | 140 | 74 | 30 | 0 | 46 | 76 | 142 | 27 | 37 |
| Binary | 1001001 | 1100000 | 111100 | 11000 | 0 | 100110 | 111110 | 1100010 | 10111 | 11111 |
Color Harmonies of #49603C
Complementary color
Monochromatic Colors of #49603C
Black with #49603C
Text Example
Text Example
White with #49603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49603C; }
p { color: rgb(73,96,60); }
H1.HeaderClassName
{
color: #49603C;
}
.AnyTagClassName
{
color: #49603C;
}
</style>
background-color css
<style>
a { background-color: #49603C; }
a { background-color: rgb(73,96,60); }
div.DivClassName
{
background-color: #49603C;
}
.BgClassName
{
background-color: #49603C;
}
</style>
border-color css
<style>
span { border-color: #49603C; }
span { border-color: rgb(73,96,60); }
td.TdClassName
{
border-color: #49603C;
}
.TagClassName
{
border-color: #49603C;
}
</style>