#474338

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

Shades of Onion #474338

Tints of Onion #474338

Color information

#474338 (or 0x474338) is unknown color: approx Onion. HEX triplet: 47, 43 and 38. RGB value is (71,67,56). Sum of RGB (Red+Green+Blue) = 71+67+56=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #474338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474338 is #B8BCC7. Grayscale: #424242. Windows color (decimal): -12106952 or 3687239. OLE color: 3687239.

HSL color Cylindrical-coordinate representation of color #474338: hue angle of 44º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #474338 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB716756-
CMYK00.060.210.72
HSL44º11.81%24.9%-
HSV(B)44º21.13%27.84%-
XYZ5.325.644.55-
YUV66.94121.83130.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=36.60%
G=34.54%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71675600.060.210.724411.8124.9
Hex4743380615482cc19
Octal107103700625110541431
Binary100011110000111110000110101011001000101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474338; }

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

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

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

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

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

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

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

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