#474130

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

Shades of Onion #474130

Tints of Onion #474130

Color information

#474130 (or 0x474130) is unknown color: approx Onion. HEX triplet: 47, 41 and 30. RGB value is (71,65,48). Sum of RGB (Red+Green+Blue) = 71+65+48=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #474130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474130 is #B8BECF. Grayscale: #404040. Windows color (decimal): -12107472 or 3162439. OLE color: 3162439.

HSL color Cylindrical-coordinate representation of color #474130: hue angle of 44.35º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474130 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB716548-
CMYK00.080.320.72
HSL44.35º19.33%23.33%-
HSV(B)44.35º32.39%27.84%-
XYZ5.025.333.56-
YUV64.86118.49132.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=38.59%
G=35.33%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71654800.080.320.7244.3519.3323.33
Hex4741300820482c1317
Octal1071016001040110542327
Binary100011110000011100000100010000010010001011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474130; }

 p { color: rgb(71,65,48); }

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

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

 a { background-color: rgb(71,65,48); }

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

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

 span { border-color: rgb(71,65,48); }

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