#4D4027

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

Shades of Onion #4D4027

Tints of Onion #4D4027

Color information

#4D4027 (or 0x4D4027) is unknown color: approx Onion. HEX triplet: 4D, 40 and 27. RGB value is (77,64,39). Sum of RGB (Red+Green+Blue) = 77+64+39=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4027 is #B2BFD8. Grayscale: #414141. Windows color (decimal): -11714521 or 2572365. OLE color: 2572365.

HSL color Cylindrical-coordinate representation of color #4D4027: hue angle of 39.47º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D4027 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB776439-
CMYK00.170.490.70
HSL39.47º32.76%22.75%-
HSV(B)39.47º49.35%30.2%-
XYZ5.265.392.68-
YUV65.04113.31136.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.78%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=42.78%
G=35.56%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77643900.170.490.7039.4732.7622.75
Hex4D40270113146272117
Octal1151004702161106474127
Binary10011011000000100111010001110001100011010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D4027; }

 p { color: rgb(77,64,39); }

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

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

 a { background-color: rgb(77,64,39); }

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

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

 span { border-color: rgb(77,64,39); }

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