#484132

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

Shades of Onion #484132

Tints of Onion #484132

Color information

#484132 (or 0x484132) is unknown color: approx Onion. HEX triplet: 48, 41 and 32. RGB value is (72,65,50). Sum of RGB (Red+Green+Blue) = 72+65+50=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #484132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484132 is #B7BECD. Grayscale: #414141. Windows color (decimal): -12041934 or 3293512. OLE color: 3293512.

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

Color convert

RGB726550-
CMYK00.100.310.72
HSL40.91º18.03%23.92%-
HSV(B)40.91º30.56%28.24%-
XYZ5.145.393.79-
YUV65.38119.32132.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=38.50%
G=34.76%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72655000.100.310.7240.9118.0323.92
Hex4841320A1F48291218
Octal1101016201237110512230
Binary10010001000001110010010101111110010001010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484132; }

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

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

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

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

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

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

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

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