#474234

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

Shades of Onion #474234

Tints of Onion #474234

Color information

#474234 (or 0x474234) is unknown color: approx Onion. HEX triplet: 47, 42 and 34. RGB value is (71,66,52). Sum of RGB (Red+Green+Blue) = 71+66+52=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #474234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474234 is #B8BDCB. Grayscale: #414141. Windows color (decimal): -12107212 or 3424839. OLE color: 3424839.

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

Color convert

RGB716652-
CMYK00.070.270.72
HSL44.21º15.45%24.12%-
HSV(B)44.21º26.76%27.84%-
XYZ5.175.484.04-
YUV65.9120.16131.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=37.57%
G=34.92%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71665200.070.270.7244.2115.4524.12
Hex474234071B482cf18
Octal107102640733110541730
Binary100011110000101101000111110111001000101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474234; }

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

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

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

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

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

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

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

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