#453F34

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

Shades of Onion #453F34

Tints of Onion #453F34

Color information

#453F34 (or 0x453F34) is unknown color: approx Onion. HEX triplet: 45, 3F and 34. RGB value is (69,63,52). Sum of RGB (Red+Green+Blue) = 69+63+52=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 69 - color contains mainly: red. Hex color #453F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F34 is #BAC0CB. Grayscale: #3F3F3F. Windows color (decimal): -12239052 or 3424069. OLE color: 3424069.

HSL color Cylindrical-coordinate representation of color #453F34: hue angle of 38.82º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #453F34 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB696352-
CMYK00.090.250.73
HSL38.82º14.05%23.73%-
HSV(B)38.82º24.64%27.06%-
XYZ4.855.073.97-
YUV63.54121.49131.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=37.5%
G=34.24%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69635200.090.250.7338.8214.0523.73
Hex453F3409194927e18
Octal105776401131111471630
Binary100010111111111010001001110011001001100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,63,52); }

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

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

 a { background-color: rgb(69,63,52); }

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

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

 span { border-color: rgb(69,63,52); }

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