Shades of Dell #47632C
Tints of Dell #47632C
RGB
CMYK
RGB Variations
Color information
#47632C (or 0x47632C) is known color: Dell. HEX triplet: 47, 63 and 2C. RGB value is (71,99,44). Sum of RGB (Red+Green+Blue) = 71+99+44=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #47632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47632C is #B89CD3. Grayscale: #545454. Windows color (decimal): -12098772 or 2908999. OLE color: 2908999.
HSL color Cylindrical-coordinate representation of color #47632C: hue angle of 90.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47632C is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 44 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.61 |
| HSL | 90.55º | 0.38% | 0.28% | - |
| HSV(B) | 90.55º | 0.56% | 0.39% | - |
| XYZ | 7.51 | 10.45 | 4 | - |
| YUV | 84.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 44 | 0.28 | 0 | 0.56 | 0.61 | 90.55 | 0.38 | 0.28 |
| Hex | 47 | 63 | 2C | 1C | 0 | 38 | 3D | 5B | 26 | 1C |
| Octal | 107 | 143 | 54 | 34 | 0 | 70 | 75 | 133 | 46 | 34 |
| Binary | 1000111 | 1100011 | 101100 | 11100 | 0 | 111000 | 111101 | 1011011 | 100110 | 11100 |
Color Harmonies of #47632C
Complementary color
Monochromatic Colors of #47632C
Black with #47632C
Text Example
Text Example
White with #47632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47632C; }
p { color: rgb(71,99,44); }
H1.HeaderClassName
{
color: #47632C;
}
.AnyTagClassName
{
color: #47632C;
}
</style>
background-color css
<style>
a { background-color: #47632C; }
a { background-color: rgb(71,99,44); }
div.DivClassName
{
background-color: #47632C;
}
.BgClassName
{
background-color: #47632C;
}
</style>
border-color css
<style>
span { border-color: #47632C; }
span { border-color: rgb(71,99,44); }
td.TdClassName
{
border-color: #47632C;
}
.TagClassName
{
border-color: #47632C;
}
</style>