#48422A

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

Shades of Onion #48422A

Tints of Onion #48422A

Color information

#48422A (or 0x48422A) is unknown color: approx Onion. HEX triplet: 48, 42 and 2A. RGB value is (72,66,42). Sum of RGB (Red+Green+Blue) = 72+66+42=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48422A is #B7BDD5. Grayscale: #414141. Windows color (decimal): -12041686 or 2769480. OLE color: 2769480.

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

Color convert

RGB726642-
CMYK00.080.420.72
HSL48º26.32%22.35%-
HSV(B)48º41.67%28.24%-
XYZ5.045.442.98-
YUV65.06114.99132.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=40%
G=36.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72664200.080.420.724826.3222.35
Hex48422A082A48301a16
Octal1101025201052110603226
Binary100100010000101010100100010101010010001100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48422A; }

 p { color: rgb(72,66,42); }

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

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

 a { background-color: rgb(72,66,42); }

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

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

 span { border-color: rgb(72,66,42); }

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