#474132

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

Shades of Onion #474132

Tints of Onion #474132

Color information

#474132 (or 0x474132) is unknown color: approx Onion. HEX triplet: 47, 41 and 32. RGB value is (71,65,50). Sum of RGB (Red+Green+Blue) = 71+65+50=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #474132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474132 is #B8BECD. Grayscale: #414141. Windows color (decimal): -12107470 or 3293511. OLE color: 3293511.

HSL color Cylindrical-coordinate representation of color #474132: hue angle of 42.86º 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 #474132 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB716550-
CMYK00.080.300.72
HSL42.86º17.36%23.73%-
HSV(B)42.86º29.58%27.84%-
XYZ5.065.353.78-
YUV65.08119.49132.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=38.17%
G=34.95%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71655000.080.300.7242.8617.3623.73
Hex474132081E482b1118
Octal1071016201036110532130
Binary10001111000001110010010001111010010001010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474132; }

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

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

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

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

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

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

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

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