#484127

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

Shades of Onion #484127

Tints of Onion #484127

Color information

#484127 (or 0x484127) is unknown color: approx Onion. HEX triplet: 48, 41 and 27. RGB value is (72,65,39). Sum of RGB (Red+Green+Blue) = 72+65+39=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484127 is #B7BED8. Grayscale: #404040. Windows color (decimal): -12041945 or 2572616. OLE color: 2572616.

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

Color convert

RGB726539-
CMYK00.100.460.72
HSL47.27º29.73%21.76%-
HSV(B)47.27º45.83%28.24%-
XYZ4.935.32.68-
YUV64.13113.82133.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=40.91%
G=36.93%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72653900.100.460.7247.2729.7321.76
Hex4841270A2E482f1e16
Octal1101014701256110573626
Binary100100010000011001110101010111010010001011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484127; }

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

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

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

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

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

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

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

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