#48412B

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

Shades of Onion #48412B

Tints of Onion #48412B

Color information

#48412B (or 0x48412B) is unknown color: approx Onion. HEX triplet: 48, 41 and 2B. RGB value is (72,65,43). Sum of RGB (Red+Green+Blue) = 72+65+43=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48412B is #B7BED4. Grayscale: #404040. Windows color (decimal): -12041941 or 2834760. OLE color: 2834760.

HSL color Cylindrical-coordinate representation of color #48412B: hue angle of 45.52º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48412B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB726543-
CMYK00.100.400.72
HSL45.52º25.22%22.55%-
HSV(B)45.52º40.28%28.24%-
XYZ55.333.05-
YUV64.58115.82133.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=40%
G=36.11%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72654300.100.400.7245.5225.2222.55
Hex48412B0A28482e1917
Octal1101015301250110563127
Binary100100010000011010110101010100010010001011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48412B; }

 p { color: rgb(72,65,43); }

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

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

 a { background-color: rgb(72,65,43); }

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

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

 span { border-color: rgb(72,65,43); }

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