#48402C

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

Shades of Onion #48402C

Tints of Onion #48402C

Color information

#48402C (or 0x48402C) is unknown color: approx Onion. HEX triplet: 48, 40 and 2C. RGB value is (72,64,44). Sum of RGB (Red+Green+Blue) = 72+64+44=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #48402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48402C is #B7BFD3. Grayscale: #404040. Windows color (decimal): -12042196 or 2900040. OLE color: 2900040.

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

Color convert

RGB726444-
CMYK00.110.390.72
HSL42.86º24.14%22.75%-
HSV(B)42.86º38.89%28.24%-
XYZ4.965.233.13-
YUV64.11116.65133.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=40%
G=35.56%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72644400.110.390.7242.8624.1422.75
Hex48402C0B27482b1817
Octal1101005401347110533027
Binary100100010000001011000101110011110010001010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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