#474030

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

Shades of Onion #474030

Tints of Onion #474030

Color information

#474030 (or 0x474030) is unknown color: approx Onion. HEX triplet: 47, 40 and 30. RGB value is (71,64,48). Sum of RGB (Red+Green+Blue) = 71+64+48=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #474030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474030 is #B8BFCF. Grayscale: #404040. Windows color (decimal): -12107728 or 3162183. OLE color: 3162183.

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

Color convert

RGB716448-
CMYK00.100.320.72
HSL41.74º19.33%23.33%-
HSV(B)41.74º32.39%27.84%-
XYZ4.975.223.54-
YUV64.27118.82132.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=38.80%
G=34.97%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71644800.100.320.7241.7419.3323.33
Hex4740300A20482a1317
Octal1071006001240110522327
Binary100011110000001100000101010000010010001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474030; }

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

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

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

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

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

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

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

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