Shades of Dell #49632B
Tints of Dell #49632B
RGB
CMYK
RGB Variations
Color information
#49632B (or 0x49632B) is known color: Dell. HEX triplet: 49, 63 and 2B. RGB value is (73,99,43). Sum of RGB (Red+Green+Blue) = 73+99+43=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #49632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49632B is #B69CD4. Grayscale: #555555. Windows color (decimal): -11967701 or 2843465. OLE color: 2843465.
HSL color Cylindrical-coordinate representation of color #49632B: hue angle of 87.86º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49632B is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 43 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.61 |
| HSL | 87.86º | 0.39% | 0.28% | - |
| HSV(B) | 87.86º | 0.57% | 0.39% | - |
| XYZ | 7.65 | 10.51 | 3.91 | - |
| YUV | 84.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 43 | 0.26 | 0 | 0.57 | 0.61 | 87.86 | 0.39 | 0.28 |
| Hex | 49 | 63 | 2B | 1A | 0 | 39 | 3D | 58 | 27 | 1C |
| Octal | 111 | 143 | 53 | 32 | 0 | 71 | 75 | 130 | 47 | 34 |
| Binary | 1001001 | 1100011 | 101011 | 11010 | 0 | 111001 | 111101 | 1011000 | 100111 | 11100 |
Color Harmonies of #49632B
Complementary color
Monochromatic Colors of #49632B
Black with #49632B
Text Example
Text Example
White with #49632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49632B; }
p { color: rgb(73,99,43); }
H1.HeaderClassName
{
color: #49632B;
}
.AnyTagClassName
{
color: #49632B;
}
</style>
background-color css
<style>
a { background-color: #49632B; }
a { background-color: rgb(73,99,43); }
div.DivClassName
{
background-color: #49632B;
}
.BgClassName
{
background-color: #49632B;
}
</style>
border-color css
<style>
span { border-color: #49632B; }
span { border-color: rgb(73,99,43); }
td.TdClassName
{
border-color: #49632B;
}
.TagClassName
{
border-color: #49632B;
}
</style>