Shades of Dell #47662D
Tints of Dell #47662D
RGB
CMYK
RGB Variations
Color information
#47662D (or 0x47662D) is known color: Dell. HEX triplet: 47, 66 and 2D. RGB value is (71,102,45). Sum of RGB (Red+Green+Blue) = 71+102+45=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #47662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47662D is #B899D2. Grayscale: #565656. Windows color (decimal): -12098003 or 2975303. OLE color: 2975303.
HSL color Cylindrical-coordinate representation of color #47662D: hue angle of 92.63º 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 #47662D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 45 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.6 |
| HSL | 92.63º | 0.39% | 0.29% | - |
| HSV(B) | 92.63º | 0.56% | 0.4% | - |
| XYZ | 7.82 | 11.03 | 4.2 | - |
| YUV | 86.23 | 104.73 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 45 | 0.30 | 0 | 0.56 | 0.6 | 92.63 | 0.39 | 0.29 |
| Hex | 47 | 66 | 2D | 1E | 0 | 38 | 3C | 5D | 27 | 1D |
| Octal | 107 | 146 | 55 | 36 | 0 | 70 | 74 | 135 | 47 | 35 |
| Binary | 1000111 | 1100110 | 101101 | 11110 | 0 | 111000 | 111100 | 1011101 | 100111 | 11101 |
Color Harmonies of #47662D
Complementary color
Monochromatic Colors of #47662D
Black with #47662D
Text Example
Text Example
White with #47662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47662D; }
p { color: rgb(71,102,45); }
H1.HeaderClassName
{
color: #47662D;
}
.AnyTagClassName
{
color: #47662D;
}
</style>
background-color css
<style>
a { background-color: #47662D; }
a { background-color: rgb(71,102,45); }
div.DivClassName
{
background-color: #47662D;
}
.BgClassName
{
background-color: #47662D;
}
</style>
border-color css
<style>
span { border-color: #47662D; }
span { border-color: rgb(71,102,45); }
td.TdClassName
{
border-color: #47662D;
}
.TagClassName
{
border-color: #47662D;
}
</style>