#473D2A

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

Shades of Onion #473D2A

Tints of Onion #473D2A

Color information

#473D2A (or 0x473D2A) is unknown color: approx Onion. HEX triplet: 47, 3D and 2A. RGB value is (71,61,42). Sum of RGB (Red+Green+Blue) = 71+61+42=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #473D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D2A is #B8C2D5. Grayscale: #3D3D3D. Windows color (decimal): -12108502 or 2768199. OLE color: 2768199.

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

Color convert

RGB716142-
CMYK00.140.410.72
HSL39.31º25.66%22.16%-
HSV(B)39.31º40.85%27.84%-
XYZ4.694.842.88-
YUV61.82116.81134.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=40.80%
G=35.06%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71614200.140.410.7239.3125.6622.16
Hex473D2A0E2948271a16
Octal107755201651110473226
Binary10001111111011010100111010100110010001001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,61,42); }

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

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

 a { background-color: rgb(71,61,42); }

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

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

 span { border-color: rgb(71,61,42); }

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