#453D2C

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

Shades of Onion #453D2C

Tints of Onion #453D2C

Color information

#453D2C (or 0x453D2C) is unknown color: approx Onion. HEX triplet: 45, 3D and 2C. RGB value is (69,61,44). Sum of RGB (Red+Green+Blue) = 69+61+44=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 69 - color contains mainly: red. Hex color #453D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D2C is #BAC2D3. Grayscale: #3D3D3D. Windows color (decimal): -12239572 or 2899269. OLE color: 2899269.

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

Color convert

RGB696144-
CMYK00.120.360.73
HSL40.8º22.12%22.16%-
HSV(B)40.8º36.23%27.06%-
XYZ4.584.783.07-
YUV61.45118.15133.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=39.66%
G=35.06%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69614400.120.360.7340.822.1222.16
Hex453D2C0C2449291616
Octal105755401444111512626
Binary10001011111011011000110010010010010011010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,61,44); }

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

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

 a { background-color: rgb(69,61,44); }

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

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

 span { border-color: rgb(69,61,44); }

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