#474032

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

Shades of Onion #474032

Tints of Onion #474032

Color information

#474032 (or 0x474032) is unknown color: approx Onion. HEX triplet: 47, 40 and 32. RGB value is (71,64,50). Sum of RGB (Red+Green+Blue) = 71+64+50=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #474032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474032 is #B8BFCD. Grayscale: #404040. Windows color (decimal): -12107726 or 3293255. OLE color: 3293255.

HSL color Cylindrical-coordinate representation of color #474032: hue angle of 40º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474032 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB716450-
CMYK00.100.300.72
HSL40º17.36%23.73%-
HSV(B)40º29.58%27.84%-
XYZ5.015.243.76-
YUV64.5119.82132.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=38.38%
G=34.59%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71645000.100.300.724017.3623.73
Hex4740320A1E48281118
Octal1071006201236110502130
Binary10001111000000110010010101111010010001010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474032; }

 p { color: rgb(71,64,50); }

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

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

 a { background-color: rgb(71,64,50); }

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

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

 span { border-color: rgb(71,64,50); }

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