#474235

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

Shades of Onion #474235

Tints of Onion #474235

Color information

#474235 (or 0x474235) is unknown color: approx Onion. HEX triplet: 47, 42 and 35. RGB value is (71,66,53). Sum of RGB (Red+Green+Blue) = 71+66+53=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #474235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474235 is #B8BDCA. Grayscale: #424242. Windows color (decimal): -12107211 or 3490375. OLE color: 3490375.

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

Color convert

RGB716653-
CMYK00.070.250.72
HSL43.33º14.52%24.31%-
HSV(B)43.33º25.35%27.84%-
XYZ5.195.494.15-
YUV66.01120.66131.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=37.37%
G=34.74%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71665300.070.250.7243.3314.5224.31
Hex4742350719482bf18
Octal107102650731110531730
Binary100011110000101101010111110011001000101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474235; }

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

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

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

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

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

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

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

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