Shades of Dell #44711B
Tints of Dell #44711B
RGB
CMYK
RGB Variations
Color information
#44711B (or 0x44711B) is known color: Dell. HEX triplet: 44, 71 and 1B. RGB value is (68,113,27). Sum of RGB (Red+Green+Blue) = 68+113+27=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #44711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44711B is #BB8EE4. Grayscale: #5A5A5A. Windows color (decimal): -12291813 or 1798468. OLE color: 1798468.
HSL color Cylindrical-coordinate representation of color #44711B: hue angle of 91.4º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44711B is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 113 | 27 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.56 |
| HSL | 91.4º | 0.61% | 0.27% | - |
| HSV(B) | 91.4º | 0.76% | 0.44% | - |
| XYZ | 8.49 | 13.12 | 3.12 | - |
| YUV | 89.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 113 | 27 | 0.40 | 0 | 0.76 | 0.56 | 91.4 | 0.61 | 0.27 |
| Hex | 44 | 71 | 1B | 28 | 0 | 4C | 38 | 5B | 3D | 1B |
| Octal | 104 | 161 | 33 | 50 | 0 | 114 | 70 | 133 | 75 | 33 |
| Binary | 1000100 | 1110001 | 11011 | 101000 | 0 | 1001100 | 111000 | 1011011 | 111101 | 11011 |
Color Harmonies of #44711B
Complementary color
Monochromatic Colors of #44711B
Black with #44711B
Text Example
Text Example
White with #44711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44711B; }
p { color: rgb(68,113,27); }
H1.HeaderClassName
{
color: #44711B;
}
.AnyTagClassName
{
color: #44711B;
}
</style>
background-color css
<style>
a { background-color: #44711B; }
a { background-color: rgb(68,113,27); }
div.DivClassName
{
background-color: #44711B;
}
.BgClassName
{
background-color: #44711B;
}
</style>
border-color css
<style>
span { border-color: #44711B; }
span { border-color: rgb(68,113,27); }
td.TdClassName
{
border-color: #44711B;
}
.TagClassName
{
border-color: #44711B;
}
</style>