#474031

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

Shades of Onion #474031

Tints of Onion #474031

Color information

#474031 (or 0x474031) is unknown color: approx Onion. HEX triplet: 47, 40 and 31. RGB value is (71,64,49). Sum of RGB (Red+Green+Blue) = 71+64+49=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #474031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474031 is #B8BFCE. Grayscale: #404040. Windows color (decimal): -12107727 or 3227719. OLE color: 3227719.

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

Color convert

RGB716449-
CMYK00.100.310.72
HSL40.91º18.33%23.53%-
HSV(B)40.91º30.99%27.84%-
XYZ4.995.233.65-
YUV64.38119.32132.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=38.59%
G=34.78%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71644900.100.310.7240.9118.3323.53
Hex4740310A1F48291218
Octal1071006101237110512230
Binary10001111000000110001010101111110010001010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474031; }

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

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

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

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

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

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

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

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