Shades of Dell #47603B
Tints of Dell #47603B
RGB
CMYK
RGB Variations
Color information
#47603B (or 0x47603B) is known color: Dell. HEX triplet: 47, 60 and 3B. RGB value is (71,96,59). Sum of RGB (Red+Green+Blue) = 71+96+59=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #47603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47603B is #B89FC4. Grayscale: #545454. Windows color (decimal): -12099525 or 3891271. OLE color: 3891271.
HSL color Cylindrical-coordinate representation of color #47603B: hue angle of 100.54º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47603B is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 96 | 59 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.62 |
| HSL | 100.54º | 0.24% | 0.3% | - |
| HSV(B) | 100.54º | 0.39% | 0.38% | - |
| XYZ | 7.57 | 10.02 | 5.67 | - |
| YUV | 84.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 59 | 0.26 | 0 | 0.39 | 0.62 | 100.54 | 0.24 | 0.3 |
| Hex | 47 | 60 | 3B | 1A | 0 | 27 | 3E | 65 | 18 | 1E |
| Octal | 107 | 140 | 73 | 32 | 0 | 47 | 76 | 145 | 30 | 36 |
| Binary | 1000111 | 1100000 | 111011 | 11010 | 0 | 100111 | 111110 | 1100101 | 11000 | 11110 |
Color Harmonies of #47603B
Complementary color
Monochromatic Colors of #47603B
Black with #47603B
Text Example
Text Example
White with #47603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47603B; }
p { color: rgb(71,96,59); }
H1.HeaderClassName
{
color: #47603B;
}
.AnyTagClassName
{
color: #47603B;
}
</style>
background-color css
<style>
a { background-color: #47603B; }
a { background-color: rgb(71,96,59); }
div.DivClassName
{
background-color: #47603B;
}
.BgClassName
{
background-color: #47603B;
}
</style>
border-color css
<style>
span { border-color: #47603B; }
span { border-color: rgb(71,96,59); }
td.TdClassName
{
border-color: #47603B;
}
.TagClassName
{
border-color: #47603B;
}
</style>