Shades of Dell #47652E
Tints of Dell #47652E
RGB
CMYK
RGB Variations
Color information
#47652E (or 0x47652E) is known color: Dell. HEX triplet: 47, 65 and 2E. RGB value is (71,101,46). Sum of RGB (Red+Green+Blue) = 71+101+46=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 101 - color contains mainly: green. Hex color #47652E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47652E is #B89AD1. Grayscale: #555555. Windows color (decimal): -12098258 or 3040583. OLE color: 3040583.
HSL color Cylindrical-coordinate representation of color #47652E: hue angle of 92.73º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47652E is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 101 | 46 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.60 |
| HSL | 92.73º | 0.37% | 0.29% | - |
| HSV(B) | 92.73º | 0.54% | 0.4% | - |
| XYZ | 7.75 | 10.84 | 4.27 | - |
| YUV | 85.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 46 | 0.30 | 0 | 0.54 | 0.60 | 92.73 | 0.37 | 0.29 |
| Hex | 47 | 65 | 2E | 1E | 0 | 36 | 3C | 5D | 25 | 1D |
| Octal | 107 | 145 | 56 | 36 | 0 | 66 | 74 | 135 | 45 | 35 |
| Binary | 1000111 | 1100101 | 101110 | 11110 | 0 | 110110 | 111100 | 1011101 | 100101 | 11101 |
Color Harmonies of #47652E
Complementary color
Monochromatic Colors of #47652E
Black with #47652E
Text Example
Text Example
White with #47652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47652E; }
p { color: rgb(71,101,46); }
H1.HeaderClassName
{
color: #47652E;
}
.AnyTagClassName
{
color: #47652E;
}
</style>
background-color css
<style>
a { background-color: #47652E; }
a { background-color: rgb(71,101,46); }
div.DivClassName
{
background-color: #47652E;
}
.BgClassName
{
background-color: #47652E;
}
</style>
border-color css
<style>
span { border-color: #47652E; }
span { border-color: rgb(71,101,46); }
td.TdClassName
{
border-color: #47652E;
}
.TagClassName
{
border-color: #47652E;
}
</style>