#4B422A

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

Shades of Onion #4B422A

Tints of Onion #4B422A

Color information

#4B422A (or 0x4B422A) is unknown color: approx Onion. HEX triplet: 4B, 42 and 2A. RGB value is (75,66,42). Sum of RGB (Red+Green+Blue) = 75+66+42=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B422A is #B4BDD5. Grayscale: #424242. Windows color (decimal): -11845078 or 2769483. OLE color: 2769483.

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

Color convert

RGB756642-
CMYK00.120.440.71
HSL43.64º28.21%22.94%-
HSV(B)43.64º44%29.41%-
XYZ5.275.562.99-
YUV65.96114.48134.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=40.98%
G=36.07%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75664200.120.440.7143.6428.2122.94
Hex4B422A0C2C472c1c17
Octal1131025201454107543427
Binary100101110000101010100110010110010001111011001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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