Shades of Dell #49672D
Tints of Dell #49672D
RGB
CMYK
RGB Variations
Color information
#49672D (or 0x49672D) is known color: Dell. HEX triplet: 49, 67 and 2D. RGB value is (73,103,45). Sum of RGB (Red+Green+Blue) = 73+103+45=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #49672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49672D is #B698D2. Grayscale: #575757. Windows color (decimal): -11966675 or 2975561. OLE color: 2975561.
HSL color Cylindrical-coordinate representation of color #49672D: hue angle of 91.03º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49672D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 45 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.60 |
| HSL | 91.03º | 0.39% | 0.29% | - |
| HSV(B) | 91.03º | 0.56% | 0.4% | - |
| XYZ | 8.07 | 11.31 | 4.24 | - |
| YUV | 87.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 45 | 0.29 | 0 | 0.56 | 0.60 | 91.03 | 0.39 | 0.29 |
| Hex | 49 | 67 | 2D | 1D | 0 | 38 | 3C | 5B | 27 | 1D |
| Octal | 111 | 147 | 55 | 35 | 0 | 70 | 74 | 133 | 47 | 35 |
| Binary | 1001001 | 1100111 | 101101 | 11101 | 0 | 111000 | 111100 | 1011011 | 100111 | 11101 |
Color Harmonies of #49672D
Complementary color
Monochromatic Colors of #49672D
Black with #49672D
Text Example
Text Example
White with #49672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49672D; }
p { color: rgb(73,103,45); }
H1.HeaderClassName
{
color: #49672D;
}
.AnyTagClassName
{
color: #49672D;
}
</style>
background-color css
<style>
a { background-color: #49672D; }
a { background-color: rgb(73,103,45); }
div.DivClassName
{
background-color: #49672D;
}
.BgClassName
{
background-color: #49672D;
}
</style>
border-color css
<style>
span { border-color: #49672D; }
span { border-color: rgb(73,103,45); }
td.TdClassName
{
border-color: #49672D;
}
.TagClassName
{
border-color: #49672D;
}
</style>