#474334

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

Shades of Onion #474334

Tints of Onion #474334

Color information

#474334 (or 0x474334) is unknown color: approx Onion. HEX triplet: 47, 43 and 34. RGB value is (71,67,52). Sum of RGB (Red+Green+Blue) = 71+67+52=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #474334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474334 is #B8BCCB. Grayscale: #424242. Windows color (decimal): -12106956 or 3425095. OLE color: 3425095.

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

Color convert

RGB716752-
CMYK00.060.270.72
HSL47.37º15.45%24.12%-
HSV(B)47.37º26.76%27.84%-
XYZ5.235.64.05-
YUV66.49119.83131.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=37.37%
G=35.26%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71675200.060.270.7247.3715.4524.12
Hex474334061B482ff18
Octal107103640633110571730
Binary100011110000111101000110110111001000101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474334; }

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

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

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

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

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

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

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

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