#484334

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

Shades of Onion #484334

Tints of Onion #484334

Color information

#484334 (or 0x484334) is unknown color: approx Onion. HEX triplet: 48, 43 and 34. RGB value is (72,67,52). Sum of RGB (Red+Green+Blue) = 72+67+52=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #484334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484334 is #B7BCCB. Grayscale: #424242. Windows color (decimal): -12041420 or 3425096. OLE color: 3425096.

HSL color Cylindrical-coordinate representation of color #484334: hue angle of 45º 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 #484334 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB726752-
CMYK00.070.280.72
HSL45º16.13%24.31%-
HSV(B)45º27.78%28.24%-
XYZ5.35.644.06-
YUV66.78119.66131.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=37.70%
G=35.08%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72675200.070.280.724516.1324.31
Hex484334071C482d1018
Octal110103640734110552030
Binary1001000100001111010001111110010010001011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484334; }

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

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

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

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

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

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

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

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