#474133

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

Shades of Onion #474133

Tints of Onion #474133

Color information

#474133 (or 0x474133) is unknown color: approx Onion. HEX triplet: 47, 41 and 33. RGB value is (71,65,51). Sum of RGB (Red+Green+Blue) = 71+65+51=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #474133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474133 is #B8BECC. Grayscale: #414141. Windows color (decimal): -12107469 or 3359047. OLE color: 3359047.

HSL color Cylindrical-coordinate representation of color #474133: hue angle of 42º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474133 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB716551-
CMYK00.080.280.72
HSL42º16.39%23.92%-
HSV(B)42º28.17%27.84%-
XYZ5.095.363.9-
YUV65.2119.99132.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=37.97%
G=34.76%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71655100.080.280.724216.3923.92
Hex474133081C482a1018
Octal1071016301034110522030
Binary10001111000001110011010001110010010001010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474133; }

 p { color: rgb(71,65,51); }

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

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

 a { background-color: rgb(71,65,51); }

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

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

 span { border-color: rgb(71,65,51); }

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