#48422E

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

Shades of Onion #48422E

Tints of Onion #48422E

Color information

#48422E (or 0x48422E) is unknown color: approx Onion. HEX triplet: 48, 42 and 2E. RGB value is (72,66,46). Sum of RGB (Red+Green+Blue) = 72+66+46=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48422E is #B7BDD1. Grayscale: #414141. Windows color (decimal): -12041682 or 3031624. OLE color: 3031624.

HSL color Cylindrical-coordinate representation of color #48422E: hue angle of 46.15º 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 #48422E is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB726646-
CMYK00.080.360.72
HSL46.15º22.03%23.14%-
HSV(B)46.15º36.11%28.24%-
XYZ5.115.473.37-
YUV65.51116.99132.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 46 (18.36% from 255) = 25%
R=39.13%
G=35.87%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72664600.080.360.7246.1522.0323.14
Hex48422E0824482e1617
Octal1101025601044110562627
Binary100100010000101011100100010010010010001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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