#4B4529

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

Shades of Onion #4B4529

Tints of Onion #4B4529

Color information

#4B4529 (or 0x4B4529) is unknown color: approx Onion. HEX triplet: 4B, 45 and 29. RGB value is (75,69,41). Sum of RGB (Red+Green+Blue) = 75+69+41=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4529 is #B4BAD6. Grayscale: #434343. Windows color (decimal): -11844311 or 2704715. OLE color: 2704715.

HSL color Cylindrical-coordinate representation of color #4B4529: hue angle of 49.41º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B4529 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB756941-
CMYK00.080.450.71
HSL49.41º29.31%22.75%-
HSV(B)49.41º45.33%29.41%-
XYZ5.435.912.95-
YUV67.6112.99133.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=40.54%
G=37.30%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75694100.080.450.7149.4129.3122.75
Hex4B4529082D47311d17
Octal1131055101055107613527
Binary100101110001011010010100010110110001111100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,69,41); }

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

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

 a { background-color: rgb(75,69,41); }

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

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

 span { border-color: rgb(75,69,41); }

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