#484134

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

Shades of Onion #484134

Tints of Onion #484134

Color information

#484134 (or 0x484134) is unknown color: approx Onion. HEX triplet: 48, 41 and 34. RGB value is (72,65,52). Sum of RGB (Red+Green+Blue) = 72+65+52=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484134 is #B7BECB. Grayscale: #414141. Windows color (decimal): -12041932 or 3424584. OLE color: 3424584.

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

Color convert

RGB726552-
CMYK00.100.280.72
HSL39º16.13%24.31%-
HSV(B)39º27.78%28.24%-
XYZ5.185.414.02-
YUV65.61120.32132.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 52 (20.70% from 255) = 27.51%
R=38.10%
G=34.39%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72655200.100.280.723916.1324.31
Hex4841340A1C48271018
Octal1101016401234110472030
Binary10010001000001110100010101110010010001001111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484134; }

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

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

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

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

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

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

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

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