#48402E

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

Shades of Onion #48402E

Tints of Onion #48402E

Color information

#48402E (or 0x48402E) is unknown color: approx Onion. HEX triplet: 48, 40 and 2E. RGB value is (72,64,46). Sum of RGB (Red+Green+Blue) = 72+64+46=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48402E is #B7BFD1. Grayscale: #404040. Windows color (decimal): -12042194 or 3031112. OLE color: 3031112.

HSL color Cylindrical-coordinate representation of color #48402E: 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.36%. Process color model (Four color, CMYK) of #48402E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB726446-
CMYK00.110.360.72
HSL41.54º22.03%23.14%-
HSV(B)41.54º36.11%28.24%-
XYZ55.243.33-
YUV64.34117.65133.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=39.56%
G=35.16%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72644600.110.360.7241.5422.0323.14
Hex48402E0B24482a1617
Octal1101005601344110522627
Binary100100010000001011100101110010010010001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48402E; }

 p { color: rgb(72,64,46); }

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

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

 a { background-color: rgb(72,64,46); }

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

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

 span { border-color: rgb(72,64,46); }

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