#47402F

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

Shades of Onion #47402F

Tints of Onion #47402F

Color information

#47402F (or 0x47402F) is unknown color: approx Onion. HEX triplet: 47, 40 and 2F. RGB value is (71,64,47). Sum of RGB (Red+Green+Blue) = 71+64+47=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47402F is #B8BFD0. Grayscale: #404040. Windows color (decimal): -12107729 or 3096647. OLE color: 3096647.

HSL color Cylindrical-coordinate representation of color #47402F: hue angle of 42.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47402F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB716447-
CMYK00.100.340.72
HSL42.5º20.34%23.14%-
HSV(B)42.5º33.8%27.84%-
XYZ4.955.213.43-
YUV64.16118.32132.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=39.01%
G=35.16%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71644700.100.340.7242.520.3423.14
Hex47402F0A22482b1417
Octal1071005701242110532427
Binary100011110000001011110101010001010010001010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47402F; }

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

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

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

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

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

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

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

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