#48412E

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

Shades of Onion #48412E

Tints of Onion #48412E

Color information

#48412E (or 0x48412E) is unknown color: approx Onion. HEX triplet: 48, 41 and 2E. RGB value is (72,65,46). Sum of RGB (Red+Green+Blue) = 72+65+46=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48412E is #B7BED1. Grayscale: #414141. Windows color (decimal): -12041938 or 3031368. OLE color: 3031368.

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

Color convert

RGB726546-
CMYK00.100.360.72
HSL43.85º22.03%23.14%-
HSV(B)43.85º36.11%28.24%-
XYZ5.065.363.35-
YUV64.93117.32133.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=39.34%
G=35.52%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72654600.100.360.7243.8522.0323.14
Hex48412E0A24482c1617
Octal1101015601244110542627
Binary100100010000011011100101010010010010001011001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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