#453E28

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

Shades of Onion #453E28

Tints of Onion #453E28

Color information

#453E28 (or 0x453E28) is unknown color: approx Onion. HEX triplet: 45, 3E and 28. RGB value is (69,62,40). Sum of RGB (Red+Green+Blue) = 69+62+40=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 69 - color contains mainly: red. Hex color #453E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E28 is #BAC1D7. Grayscale: #3D3D3D. Windows color (decimal): -12239320 or 2637381. OLE color: 2637381.

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

Color convert

RGB696240-
CMYK00.100.420.73
HSL45.52º26.61%21.37%-
HSV(B)45.52º42.03%27.06%-
XYZ4.564.862.71-
YUV61.58115.82133.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.35%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=40.35%
G=36.26%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69624000.100.420.7345.5226.6121.37
Hex453E280A2A492e1b15
Octal105765001252111563325
Binary10001011111101010000101010101010010011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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