#474232

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

Shades of Onion #474232

Tints of Onion #474232

Color information

#474232 (or 0x474232) is unknown color: approx Onion. HEX triplet: 47, 42 and 32. RGB value is (71,66,50). Sum of RGB (Red+Green+Blue) = 71+66+50=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #474232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474232 is #B8BDCD. Grayscale: #414141. Windows color (decimal): -12107214 or 3293767. OLE color: 3293767.

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

Color convert

RGB716650-
CMYK00.070.300.72
HSL45.71º17.36%23.73%-
HSV(B)45.71º29.58%27.84%-
XYZ5.125.473.8-
YUV65.67119.16131.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=37.97%
G=35.29%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71665000.070.300.7245.7117.3623.73
Hex474232071E482e1118
Octal107102620736110562130
Binary1000111100001011001001111111010010001011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474232; }

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

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

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

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

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

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

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

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