Shades of Dell #47682D
Tints of Dell #47682D
RGB
CMYK
RGB Variations
Color information
#47682D (or 0x47682D) is known color: Dell. HEX triplet: 47, 68 and 2D. RGB value is (71,104,45). Sum of RGB (Red+Green+Blue) = 71+104+45=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #47682D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47682D is #B897D2. Grayscale: #575757. Windows color (decimal): -12097491 or 2975815. OLE color: 2975815.
HSL color Cylindrical-coordinate representation of color #47682D: hue angle of 93.56º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47682D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 45 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.59 |
| HSL | 93.56º | 0.4% | 0.29% | - |
| HSV(B) | 93.56º | 0.57% | 0.41% | - |
| XYZ | 8.02 | 11.43 | 4.27 | - |
| YUV | 87.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 45 | 0.32 | 0 | 0.57 | 0.59 | 93.56 | 0.4 | 0.29 |
| Hex | 47 | 68 | 2D | 20 | 0 | 39 | 3B | 5E | 28 | 1D |
| Octal | 107 | 150 | 55 | 40 | 0 | 71 | 73 | 136 | 50 | 35 |
| Binary | 1000111 | 1101000 | 101101 | 100000 | 0 | 111001 | 111011 | 1011110 | 101000 | 11101 |
Color Harmonies of #47682D
Complementary color
Monochromatic Colors of #47682D
Black with #47682D
Text Example
Text Example
White with #47682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47682D; }
p { color: rgb(71,104,45); }
H1.HeaderClassName
{
color: #47682D;
}
.AnyTagClassName
{
color: #47682D;
}
</style>
background-color css
<style>
a { background-color: #47682D; }
a { background-color: rgb(71,104,45); }
div.DivClassName
{
background-color: #47682D;
}
.BgClassName
{
background-color: #47682D;
}
</style>
border-color css
<style>
span { border-color: #47682D; }
span { border-color: rgb(71,104,45); }
td.TdClassName
{
border-color: #47682D;
}
.TagClassName
{
border-color: #47682D;
}
</style>