Shades of Dell #49672C
Tints of Dell #49672C
RGB
CMYK
RGB Variations
Color information
#49672C (or 0x49672C) is known color: Dell. HEX triplet: 49, 67 and 2C. RGB value is (73,103,44). Sum of RGB (Red+Green+Blue) = 73+103+44=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #49672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49672C is #B698D3. Grayscale: #575757. Windows color (decimal): -11966676 or 2910025. OLE color: 2910025.
HSL color Cylindrical-coordinate representation of color #49672C: hue angle of 90.51º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49672C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 44 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.60 |
| HSL | 90.51º | 0.4% | 0.29% | - |
| HSV(B) | 90.51º | 0.57% | 0.4% | - |
| XYZ | 8.05 | 11.3 | 4.14 | - |
| YUV | 87.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 44 | 0.29 | 0 | 0.57 | 0.60 | 90.51 | 0.4 | 0.29 |
| Hex | 49 | 67 | 2C | 1D | 0 | 39 | 3C | 5B | 28 | 1D |
| Octal | 111 | 147 | 54 | 35 | 0 | 71 | 74 | 133 | 50 | 35 |
| Binary | 1001001 | 1100111 | 101100 | 11101 | 0 | 111001 | 111100 | 1011011 | 101000 | 11101 |
Color Harmonies of #49672C
Complementary color
Monochromatic Colors of #49672C
Black with #49672C
Text Example
Text Example
White with #49672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49672C; }
p { color: rgb(73,103,44); }
H1.HeaderClassName
{
color: #49672C;
}
.AnyTagClassName
{
color: #49672C;
}
</style>
background-color css
<style>
a { background-color: #49672C; }
a { background-color: rgb(73,103,44); }
div.DivClassName
{
background-color: #49672C;
}
.BgClassName
{
background-color: #49672C;
}
</style>
border-color css
<style>
span { border-color: #49672C; }
span { border-color: rgb(73,103,44); }
td.TdClassName
{
border-color: #49672C;
}
.TagClassName
{
border-color: #49672C;
}
</style>