#4B452E

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

Shades of Onion #4B452E

Tints of Onion #4B452E

Color information

#4B452E (or 0x4B452E) is unknown color: approx Onion. HEX triplet: 4B, 45 and 2E. RGB value is (75,69,46). Sum of RGB (Red+Green+Blue) = 75+69+46=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 75 - color contains mainly: red. Hex color #4B452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B452E is #B4BAD1. Grayscale: #444444. Windows color (decimal): -11844306 or 3032395. OLE color: 3032395.

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

Color convert

RGB756946-
CMYK00.080.390.71
HSL47.59º23.97%23.73%-
HSV(B)47.59º38.67%29.41%-
XYZ5.525.953.44-
YUV68.17115.49132.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.47%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=39.47%
G=36.32%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75694600.080.390.7147.5923.9723.73
Hex4B452E082747301818
Octal1131055601047107603030
Binary100101110001011011100100010011110001111100001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,69,46); }

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

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

 a { background-color: rgb(75,69,46); }

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

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

 span { border-color: rgb(75,69,46); }

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