#453D2D

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

Shades of Onion #453D2D

Tints of Onion #453D2D

Color information

#453D2D (or 0x453D2D) is unknown color: approx Onion. HEX triplet: 45, 3D and 2D. RGB value is (69,61,45). Sum of RGB (Red+Green+Blue) = 69+61+45=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 69 - color contains mainly: red. Hex color #453D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D2D is #BAC2D2. Grayscale: #3D3D3D. Windows color (decimal): -12239571 or 2964805. OLE color: 2964805.

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

Color convert

RGB696145-
CMYK00.120.350.73
HSL40º21.05%22.35%-
HSV(B)40º34.78%27.06%-
XYZ4.64.793.17-
YUV61.57118.65133.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=39.43%
G=34.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69614500.120.350.734021.0522.35
Hex453D2D0C2349281516
Octal105755501443111502526
Binary10001011111011011010110010001110010011010001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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