#474027

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

Shades of Onion #474027

Tints of Onion #474027

Color information

#474027 (or 0x474027) is unknown color: approx Onion. HEX triplet: 47, 40 and 27. RGB value is (71,64,39). Sum of RGB (Red+Green+Blue) = 71+64+39=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #474027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474027 is #B8BFD8. Grayscale: #3F3F3F. Windows color (decimal): -12107737 or 2572359. OLE color: 2572359.

HSL color Cylindrical-coordinate representation of color #474027: hue angle of 46.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474027 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB716439-
CMYK00.100.450.72
HSL46.88º29.09%21.57%-
HSV(B)46.88º45.07%27.84%-
XYZ4.85.152.66-
YUV63.24114.32133.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=40.80%
G=36.78%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71643900.100.450.7246.8829.0921.57
Hex4740270A2D482f1d16
Octal1071004701255110573526
Binary100011110000001001110101010110110010001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474027; }

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

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

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

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

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

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

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

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