#48402F

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

Shades of Onion #48402F

Tints of Onion #48402F

Color information

#48402F (or 0x48402F) is unknown color: approx Onion. HEX triplet: 48, 40 and 2F. RGB value is (72,64,47). Sum of RGB (Red+Green+Blue) = 72+64+47=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48402F is #B7BFD0. Grayscale: #404040. Windows color (decimal): -12042193 or 3096648. OLE color: 3096648.

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

Color convert

RGB726447-
CMYK00.110.350.72
HSL40.8º21.01%23.33%-
HSV(B)40.8º34.72%28.24%-
XYZ5.025.253.44-
YUV64.45118.15133.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=39.34%
G=34.97%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72644700.110.350.7240.821.0123.33
Hex48402F0B2348291517
Octal1101005701343110512527
Binary100100010000001011110101110001110010001010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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