#4B432F

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

Shades of Onion #4B432F

Tints of Onion #4B432F

Color information

#4B432F (or 0x4B432F) is unknown color: approx Onion. HEX triplet: 4B, 43 and 2F. RGB value is (75,67,47). Sum of RGB (Red+Green+Blue) = 75+67+47=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B432F is #B4BCD0. Grayscale: #434343. Windows color (decimal): -11844817 or 3097419. OLE color: 3097419.

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

Color convert

RGB756747-
CMYK00.110.370.71
HSL42.86º22.95%23.92%-
HSV(B)42.86º37.33%29.41%-
XYZ5.425.723.51-
YUV67.11116.65133.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=39.68%
G=35.45%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75674700.110.370.7142.8622.9523.92
Hex4B432F0B25472b1718
Octal1131035701345107532730
Binary100101110000111011110101110010110001111010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,47); }

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

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

 a { background-color: rgb(75,67,47); }

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

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

 span { border-color: rgb(75,67,47); }

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