#4B412A

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

Shades of Onion #4B412A

Tints of Onion #4B412A

Color information

#4B412A (or 0x4B412A) is unknown color: approx Onion. HEX triplet: 4B, 41 and 2A. RGB value is (75,65,42). Sum of RGB (Red+Green+Blue) = 75+65+42=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B412A is #B4BED5. Grayscale: #414141. Windows color (decimal): -11845334 or 2769227. OLE color: 2769227.

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

Color convert

RGB756542-
CMYK00.130.440.71
HSL41.82º28.21%22.94%-
HSV(B)41.82º44%29.41%-
XYZ5.215.442.97-
YUV65.37114.81134.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=41.21%
G=35.71%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75654200.130.440.7141.8228.2122.94
Hex4B412A0D2C472a1c17
Octal1131015201554107523427
Binary100101110000011010100110110110010001111010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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