#47642C

Color #47642C Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #47642C

Tints of Dell #47642C

Color information

#47642C (or 0x47642C) is unknown color: approx Dell. HEX triplet: 47, 64 and 2C. RGB value is (71,100,44). Sum of RGB (Red+Green+Blue) = 71+100+44=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #47642C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47642C is #B89BD3. Grayscale: #555555. Windows color (decimal): -12098516 or 2909255. OLE color: 2909255.

HSL color Cylindrical-coordinate representation of color #47642C: hue angle of 91.07º degrees, saturation: 0.39, 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 #47642C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB7110044-
CMYK0.2900.560.61
HSL91.07º38.89%28.24%-
HSV(B)91.07º56%39.22%-
XYZ7.6110.644.03-
YUV84.94104.89118.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=33.02%
G=46.51%
B=20.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100440.2900.560.6191.0738.8928.24
Hex47642C1D0383D5b271c
Octal1071445435070751334734
Binary10001111100100101100111010111000111101101101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47642C; }

 p { color: rgb(71,100,44); }

 H1.HeaderClassName
 {
   color: #47642C;
 }
 .AnyTagClassName
 {
   color: #47642C;
 }
</style>
background-color css

<style>
 a { background-color: #47642C; }

 a { background-color: rgb(71,100,44); }

 div.DivClassName
 {
   background-color: #47642C;
 }
 .BgClassName
 {
   background-color: #47642C;
 }
</style>
border-color css

<style>
 span { border-color: #47642C; }

 span { border-color: rgb(71,100,44); }

 td.TdClassName
 {
   border-color: #47642C;
 }
 .TagClassName
 {
   border-color: #47642C;
 }
</style>