#4B442A

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

Shades of Onion #4B442A

Tints of Onion #4B442A

Color information

#4B442A (or 0x4B442A) is unknown color: approx Onion. HEX triplet: 4B, 44 and 2A. RGB value is (75,68,42). Sum of RGB (Red+Green+Blue) = 75+68+42=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B442A is #B4BBD5. Grayscale: #434343. Windows color (decimal): -11844566 or 2769995. OLE color: 2769995.

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

Color convert

RGB756842-
CMYK00.090.440.71
HSL47.27º28.21%22.94%-
HSV(B)47.27º44%29.41%-
XYZ5.395.83.03-
YUV67.13113.82133.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=40.54%
G=36.76%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75684200.090.440.7147.2728.2122.94
Hex4B442A092C472f1c17
Octal1131045201154107573427
Binary100101110001001010100100110110010001111011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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