#47402C

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

Shades of Onion #47402C

Tints of Onion #47402C

Color information

#47402C (or 0x47402C) is unknown color: approx Onion. HEX triplet: 47, 40 and 2C. RGB value is (71,64,44). Sum of RGB (Red+Green+Blue) = 71+64+44=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #47402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47402C is #B8BFD3. Grayscale: #3F3F3F. Windows color (decimal): -12107732 or 2900039. OLE color: 2900039.

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

Color convert

RGB716444-
CMYK00.100.380.72
HSL44.44º23.48%22.55%-
HSV(B)44.44º38.03%27.84%-
XYZ4.895.193.13-
YUV63.81116.82133.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 44 (17.58% from 255) = 24.58%
R=39.66%
G=35.75%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71644400.100.380.7244.4423.4822.55
Hex47402C0A26482c1717
Octal1071005401246110542727
Binary100011110000001011000101010011010010001011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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