#453E2D

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

Shades of Onion #453E2D

Tints of Onion #453E2D

Color information

#453E2D (or 0x453E2D) is unknown color: approx Onion. HEX triplet: 45, 3E and 2D. RGB value is (69,62,45). Sum of RGB (Red+Green+Blue) = 69+62+45=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 69 - color contains mainly: red. Hex color #453E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E2D is #BAC1D2. Grayscale: #3E3E3E. Windows color (decimal): -12239315 or 2965061. OLE color: 2965061.

HSL color Cylindrical-coordinate representation of color #453E2D: hue angle of 42.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #453E2D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB696245-
CMYK00.100.350.73
HSL42.5º21.05%22.35%-
HSV(B)42.5º34.78%27.06%-
XYZ4.654.93.18-
YUV62.16118.32132.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=39.20%
G=35.23%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69624500.100.350.7342.521.0522.35
Hex453E2D0A23492a1516
Octal105765501243111522526
Binary10001011111101011010101010001110010011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453E2D; }

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

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

<style>
 a { background-color: #453E2D; }

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

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

<style>
 span { border-color: #453E2D; }

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

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