#454033

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

Shades of Onion #454033

Tints of Onion #454033

Color information

#454033 (or 0x454033) is unknown color: approx Onion. HEX triplet: 45, 40 and 33. RGB value is (69,64,51). Sum of RGB (Red+Green+Blue) = 69+64+51=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 69 - color contains mainly: red. Hex color #454033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454033 is #BABFCC. Grayscale: #404040. Windows color (decimal): -12238797 or 3358789. OLE color: 3358789.

HSL color Cylindrical-coordinate representation of color #454033: hue angle of 43.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #454033 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB696451-
CMYK00.070.260.73
HSL43.33º15%23.53%-
HSV(B)43.33º26.09%27.06%-
XYZ4.895.173.87-
YUV64.01120.66131.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=37.5%
G=34.78%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69645100.070.260.7343.331523.53
Hex454033071A492bf18
Octal105100630732111531730
Binary100010110000001100110111110101001001101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454033; }

 p { color: rgb(69,64,51); }

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

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

 a { background-color: rgb(69,64,51); }

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

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

 span { border-color: rgb(69,64,51); }

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