#48422D

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

Shades of Onion #48422D

Tints of Onion #48422D

Color information

#48422D (or 0x48422D) is unknown color: approx Onion. HEX triplet: 48, 42 and 2D. RGB value is (72,66,45). Sum of RGB (Red+Green+Blue) = 72+66+45=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48422D is #B7BDD2. Grayscale: #414141. Windows color (decimal): -12041683 or 2966088. OLE color: 2966088.

HSL color Cylindrical-coordinate representation of color #48422D: hue angle of 46.67º 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 #48422D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB726645-
CMYK00.080.380.72
HSL46.67º23.08%22.94%-
HSV(B)46.67º37.5%28.24%-
XYZ5.095.463.27-
YUV65.4116.49132.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=39.34%
G=36.07%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72664500.080.380.7246.6723.0822.94
Hex48422D0826482f1717
Octal1101025501046110572727
Binary100100010000101011010100010011010010001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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