#4B442C

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

Shades of Onion #4B442C

Tints of Onion #4B442C

Color information

#4B442C (or 0x4B442C) is unknown color: approx Onion. HEX triplet: 4B, 44 and 2C. RGB value is (75,68,44). Sum of RGB (Red+Green+Blue) = 75+68+44=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 75 - color contains mainly: red. Hex color #4B442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B442C is #B4BBD3. Grayscale: #434343. Windows color (decimal): -11844564 or 2901067. OLE color: 2901067.

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

Color convert

RGB756844-
CMYK00.090.410.71
HSL46.45º26.05%23.33%-
HSV(B)46.45º41.33%29.41%-
XYZ5.425.813.22-
YUV67.36114.82133.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=40.11%
G=36.36%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75684400.090.410.7146.4526.0523.33
Hex4B442C0929472e1a17
Octal1131045401151107563227
Binary100101110001001011000100110100110001111011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,68,44); }

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

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

 a { background-color: rgb(75,68,44); }

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

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

 span { border-color: rgb(75,68,44); }

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