#4B452D

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

Shades of Onion #4B452D

Tints of Onion #4B452D

Color information

#4B452D (or 0x4B452D) is unknown color: approx Onion. HEX triplet: 4B, 45 and 2D. RGB value is (75,69,45). Sum of RGB (Red+Green+Blue) = 75+69+45=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B452D is #B4BAD2. Grayscale: #444444. Windows color (decimal): -11844307 or 2966859. OLE color: 2966859.

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

Color convert

RGB756945-
CMYK00.080.400.71
HSL48º25%23.53%-
HSV(B)48º40%29.41%-
XYZ5.55.943.34-
YUV68.06114.99132.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=39.68%
G=36.51%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75694500.080.400.71482523.53
Hex4B452D082847301918
Octal1131055501050107603130
Binary100101110001011011010100010100010001111100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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