Shades of Dell #47672C
Tints of Dell #47672C
RGB
CMYK
RGB Variations
Color information
#47672C (or 0x47672C) is known color: Dell. HEX triplet: 47, 67 and 2C. RGB value is (71,103,44). Sum of RGB (Red+Green+Blue) = 71+103+44=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #47672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47672C is #B898D3. Grayscale: #565656. Windows color (decimal): -12097748 or 2910023. OLE color: 2910023.
HSL color Cylindrical-coordinate representation of color #47672C: hue angle of 92.54º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47672C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 103 | 44 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.60 |
| HSL | 92.54º | 0.4% | 0.29% | - |
| HSV(B) | 92.54º | 0.57% | 0.4% | - |
| XYZ | 7.9 | 11.22 | 4.13 | - |
| YUV | 86.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 44 | 0.31 | 0 | 0.57 | 0.60 | 92.54 | 0.4 | 0.29 |
| Hex | 47 | 67 | 2C | 1F | 0 | 39 | 3C | 5D | 28 | 1D |
| Octal | 107 | 147 | 54 | 37 | 0 | 71 | 74 | 135 | 50 | 35 |
| Binary | 1000111 | 1100111 | 101100 | 11111 | 0 | 111001 | 111100 | 1011101 | 101000 | 11101 |
Color Harmonies of #47672C
Complementary color
Monochromatic Colors of #47672C
Black with #47672C
Text Example
Text Example
White with #47672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47672C; }
p { color: rgb(71,103,44); }
H1.HeaderClassName
{
color: #47672C;
}
.AnyTagClassName
{
color: #47672C;
}
</style>
background-color css
<style>
a { background-color: #47672C; }
a { background-color: rgb(71,103,44); }
div.DivClassName
{
background-color: #47672C;
}
.BgClassName
{
background-color: #47672C;
}
</style>
border-color css
<style>
span { border-color: #47672C; }
span { border-color: rgb(71,103,44); }
td.TdClassName
{
border-color: #47672C;
}
.TagClassName
{
border-color: #47672C;
}
</style>