#484539

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

Shades of Onion #484539

Tints of Onion #484539

Color information

#484539 (or 0x484539) is unknown color: approx Onion. HEX triplet: 48, 45 and 39. RGB value is (72,69,57). Sum of RGB (Red+Green+Blue) = 72+69+57=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #484539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484539 is #B7BAC6. Grayscale: #444444. Windows color (decimal): -12040903 or 3753288. OLE color: 3753288.

HSL color Cylindrical-coordinate representation of color #484539: hue angle of 48º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484539 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB726957-
CMYK00.040.210.72
HSL48º11.63%25.29%-
HSV(B)48º20.83%28.24%-
XYZ5.545.934.72-
YUV68.53121.49130.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 57 (22.66% from 255) = 28.79%
R=36.36%
G=34.85%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72695700.040.210.724811.6325.29
Hex48453904154830c19
Octal110105710425110601431
Binary100100010001011110010100101011001000110000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484539; }

 p { color: rgb(72,69,57); }

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

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

 a { background-color: rgb(72,69,57); }

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

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

 span { border-color: rgb(72,69,57); }

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