#484129

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

Shades of Onion #484129

Tints of Onion #484129

Color information

#484129 (or 0x484129) is unknown color: approx Onion. HEX triplet: 48, 41 and 29. RGB value is (72,65,41). Sum of RGB (Red+Green+Blue) = 72+65+41=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #484129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484129 is #B7BED6. Grayscale: #404040. Windows color (decimal): -12041943 or 2703688. OLE color: 2703688.

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

Color convert

RGB726541-
CMYK00.100.430.72
HSL46.45º27.43%22.16%-
HSV(B)46.45º43.06%28.24%-
XYZ4.965.322.86-
YUV64.36114.82133.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=40.45%
G=36.52%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72654100.100.430.7246.4527.4322.16
Hex4841290A2B482e1b16
Octal1101015101253110563326
Binary100100010000011010010101010101110010001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484129; }

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

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

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

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

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

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

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

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