#48412D

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

Shades of Onion #48412D

Tints of Onion #48412D

Color information

#48412D (or 0x48412D) is unknown color: approx Onion. HEX triplet: 48, 41 and 2D. RGB value is (72,65,45). Sum of RGB (Red+Green+Blue) = 72+65+45=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48412D is #B7BED2. Grayscale: #404040. Windows color (decimal): -12041939 or 2965832. OLE color: 2965832.

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

Color convert

RGB726545-
CMYK00.100.380.72
HSL44.44º23.08%22.94%-
HSV(B)44.44º37.5%28.24%-
XYZ5.045.353.25-
YUV64.81116.82133.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=39.56%
G=35.71%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72654500.100.380.7244.4423.0822.94
Hex48412D0A26482c1717
Octal1101015501246110542727
Binary100100010000011011010101010011010010001011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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