#484330

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

Shades of Onion #484330

Tints of Onion #484330

Color information

#484330 (or 0x484330) is unknown color: approx Onion. HEX triplet: 48, 43 and 30. RGB value is (72,67,48). Sum of RGB (Red+Green+Blue) = 72+67+48=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #484330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484330 is #B7BCCF. Grayscale: #424242. Windows color (decimal): -12041424 or 3162952. OLE color: 3162952.

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

Color convert

RGB726748-
CMYK00.070.330.72
HSL47.5º20%23.53%-
HSV(B)47.5º33.33%28.24%-
XYZ5.215.613.6-
YUV66.33117.66132.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 48 (19.14% from 255) = 25.67%
R=38.50%
G=35.83%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72674800.070.330.7247.52023.53
Hex484330072148301418
Octal110103600741110602430
Binary10010001000011110000011110000110010001100001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484330; }

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

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

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

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

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

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

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

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