#4B422C

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

Shades of Onion #4B422C

Tints of Onion #4B422C

Color information

#4B422C (or 0x4B422C) is unknown color: approx Onion. HEX triplet: 4B, 42 and 2C. RGB value is (75,66,44). Sum of RGB (Red+Green+Blue) = 75+66+44=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B422C is #B4BDD3. Grayscale: #424242. Windows color (decimal): -11845076 or 2900555. OLE color: 2900555.

HSL color Cylindrical-coordinate representation of color #4B422C: hue angle of 42.58º 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 #4B422C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB756644-
CMYK00.120.410.71
HSL42.58º26.05%23.33%-
HSV(B)42.58º41.33%29.41%-
XYZ5.35.573.18-
YUV66.18115.48134.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=40.54%
G=35.68%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75664400.120.410.7142.5826.0523.33
Hex4B422C0C29472b1a17
Octal1131025401451107533227
Binary100101110000101011000110010100110001111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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