#474335

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

Shades of Onion #474335

Tints of Onion #474335

Color information

#474335 (or 0x474335) is unknown color: approx Onion. HEX triplet: 47, 43 and 35. RGB value is (71,67,53). Sum of RGB (Red+Green+Blue) = 71+67+53=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #474335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474335 is #B8BCCA. Grayscale: #424242. Windows color (decimal): -12106955 or 3490631. OLE color: 3490631.

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

Color convert

RGB716753-
CMYK00.060.250.72
HSL46.67º14.52%24.31%-
HSV(B)46.67º25.35%27.84%-
XYZ5.255.614.17-
YUV66.6120.33131.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=37.17%
G=35.08%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71675300.060.250.7246.6714.5224.31
Hex4743350619482ff18
Octal107103650631110571730
Binary100011110000111101010110110011001000101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474335; }

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

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

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

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

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

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

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

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