#484133

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

Shades of Onion #484133

Tints of Onion #484133

Color information

#484133 (or 0x484133) is unknown color: approx Onion. HEX triplet: 48, 41 and 33. RGB value is (72,65,51). Sum of RGB (Red+Green+Blue) = 72+65+51=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #484133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484133 is #B7BECC. Grayscale: #414141. Windows color (decimal): -12041933 or 3359048. OLE color: 3359048.

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

Color convert

RGB726551-
CMYK00.100.290.72
HSL40º17.07%24.12%-
HSV(B)40º29.17%28.24%-
XYZ5.165.43.9-
YUV65.5119.82132.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=38.30%
G=34.57%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72655100.100.290.724017.0724.12
Hex4841330A1D48281118
Octal1101016301235110502130
Binary10010001000001110011010101110110010001010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484133; }

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

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

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

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

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

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

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

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