#453E2F

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

Shades of Onion #453E2F

Tints of Onion #453E2F

Color information

#453E2F (or 0x453E2F) is unknown color: approx Onion. HEX triplet: 45, 3E and 2F. RGB value is (69,62,47). Sum of RGB (Red+Green+Blue) = 69+62+47=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 69 - color contains mainly: red. Hex color #453E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E2F is #BAC1D0. Grayscale: #3E3E3E. Windows color (decimal): -12239313 or 3096133. OLE color: 3096133.

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

Color convert

RGB696247-
CMYK00.100.320.73
HSL40.91º18.97%22.75%-
HSV(B)40.91º31.88%27.06%-
XYZ4.694.923.39-
YUV62.38119.32132.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 62 (24.61% from 255) = 34.83%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=38.76%
G=34.83%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69624700.100.320.7340.9118.9722.75
Hex453E2F0A2049291317
Octal105765701240111512327
Binary10001011111101011110101010000010010011010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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