#47632C

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

Shades of Dell #47632C

Tints of Dell #47632C

Color information

#47632C (or 0x47632C) is unknown color: approx 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

RGB719944-
CMYK0.2800.560.61
HSL90.55º38.46%28.04%-
HSV(B)90.55º55.56%38.82%-
XYZ7.5110.454-
YUV84.36105.22118.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=33.18%
G=46.26%
B=20.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199440.2800.560.6190.5538.4628.04
Hex47632C1C0383D5b261c
Octal1071435434070751334634
Binary10001111100011101100111000111000111101101101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>