#473F2F

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

Shades of Onion #473F2F

Tints of Onion #473F2F

Color information

#473F2F (or 0x473F2F) is unknown color: approx Onion. HEX triplet: 47, 3F and 2F. RGB value is (71,63,47). Sum of RGB (Red+Green+Blue) = 71+63+47=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 71 - color contains mainly: red. Hex color #473F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F2F is #B8C0D0. Grayscale: #3F3F3F. Windows color (decimal): -12107985 or 3096391. OLE color: 3096391.

HSL color Cylindrical-coordinate representation of color #473F2F: hue angle of 40º 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 #473F2F is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB716347-
CMYK00.110.340.72
HSL40º20.34%23.14%-
HSV(B)40º33.8%27.84%-
XYZ4.895.13.42-
YUV63.57118.65133.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 63 (25% from 255) = 34.81%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=39.23%
G=34.81%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71634700.110.340.724020.3423.14
Hex473F2F0B2248281417
Octal107775701342110502427
Binary10001111111111011110101110001010010001010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473F2F; }

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

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

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

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

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

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

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

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