Shades of Dell #44711E
Tints of Dell #44711E
RGB
CMYK
RGB Variations
Color information
#44711E (or 0x44711E) is known color: Dell. HEX triplet: 44, 71 and 1E. RGB value is (68,113,30). Sum of RGB (Red+Green+Blue) = 68+113+30=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #44711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44711E is #BB8EE1. Grayscale: #5A5A5A. Windows color (decimal): -12291810 or 1995076. OLE color: 1995076.
HSL color Cylindrical-coordinate representation of color #44711E: hue angle of 92.53º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44711E is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 30 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.56 |
| HSL | 92.53º | 0.58% | 0.28% | - |
| HSV(B) | 92.53º | 0.73% | 0.44% | - |
| XYZ | 8.52 | 13.13 | 3.31 | - |
| YUV | 90.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 30 | 0.40 | 0 | 0.73 | 0.56 | 92.53 | 0.58 | 0.28 |
| Hex | 44 | 71 | 1E | 28 | 0 | 49 | 38 | 5D | 3A | 1C |
| Octal | 104 | 161 | 36 | 50 | 0 | 111 | 70 | 135 | 72 | 34 |
| Binary | 1000100 | 1110001 | 11110 | 101000 | 0 | 1001001 | 111000 | 1011101 | 111010 | 11100 |
Color Harmonies of #44711E
Complementary color
Monochromatic Colors of #44711E
Black with #44711E
Text Example
Text Example
White with #44711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44711E; }
p { color: rgb(68,113,30); }
H1.HeaderClassName
{
color: #44711E;
}
.AnyTagClassName
{
color: #44711E;
}
</style>
background-color css
<style>
a { background-color: #44711E; }
a { background-color: rgb(68,113,30); }
div.DivClassName
{
background-color: #44711E;
}
.BgClassName
{
background-color: #44711E;
}
</style>
border-color css
<style>
span { border-color: #44711E; }
span { border-color: rgb(68,113,30); }
td.TdClassName
{
border-color: #44711E;
}
.TagClassName
{
border-color: #44711E;
}
</style>