#45433D

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

Shades of Onion #45433D

Tints of Onion #45433D

Color information

#45433D (or 0x45433D) is unknown color: approx Onion. HEX triplet: 45, 43 and 3D. RGB value is (69,67,61). Sum of RGB (Red+Green+Blue) = 69+67+61=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 69 - color contains mainly: red. Hex color #45433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45433D is #BABCC2. Grayscale: #424242. Windows color (decimal): -12238019 or 4014917. OLE color: 4014917.

HSL color Cylindrical-coordinate representation of color #45433D: hue angle of 45º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #45433D is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB696761-
CMYK00.030.120.73
HSL45º6.15%25.49%-
HSV(B)45º11.59%27.06%-
XYZ5.35.625.22-
YUV66.91124.66129.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=35.03%
G=34.01%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69676100.030.120.73456.1525.49
Hex45433D03C492d619
Octal10510375031411155631
Binary100010110000111111010111100100100110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45433D; }

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

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

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

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

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

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

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

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