#484128

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

Shades of Onion #484128

Tints of Onion #484128

Color information

#484128 (or 0x484128) is unknown color: approx Onion. HEX triplet: 48, 41 and 28. RGB value is (72,65,40). Sum of RGB (Red+Green+Blue) = 72+65+40=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484128 is #B7BED7. Grayscale: #404040. Windows color (decimal): -12041944 or 2638152. OLE color: 2638152.

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

Color convert

RGB726540-
CMYK00.100.440.72
HSL46.88º28.57%21.96%-
HSV(B)46.88º44.44%28.24%-
XYZ4.955.312.77-
YUV64.24114.32133.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.68%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=40.68%
G=36.72%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72654000.100.440.7246.8828.5721.96
Hex4841280A2C482f1d16
Octal1101015001254110573526
Binary100100010000011010000101010110010010001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484128; }

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

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

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

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

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

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

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

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