#473f2d

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

Shades of Onion #473F2D

Tints of Onion #473F2D

Color information

#473F2D (or 0x473F2D) is unknown color: approx Onion. HEX triplet: 47, 3F and 2D. RGB value is (71,63,45). Sum of RGB (Red+Green+Blue) = 71+63+45=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F2D is #B8C0D2. Grayscale: #3F3F3F. Windows color (decimal): -12107987 or 2965319. OLE color: 2965319.

HSL color Cylindrical-coordinate representation of color #473F2D: hue angle of 41.54º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #473F2D is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB716345-
CMYK00.110.370.72
HSL41.54º22.41%22.75%-
HSV(B)41.54º36.62%27.84%-
XYZ4.855.083.21-
YUV63.34117.65133.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=39.66%
G=35.20%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71634500.110.370.7241.5422.4122.75
Hex473F2D0B25482a1617
Octal107775501345110522627
Binary10001111111111011010101110010110010001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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