#45423A

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

Shades of Onion #45423A

Tints of Onion #45423A

Color information

#45423A (or 0x45423A) is unknown color: approx Onion. HEX triplet: 45, 42 and 3A. RGB value is (69,66,58). Sum of RGB (Red+Green+Blue) = 69+66+58=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 69 - color contains mainly: red. Hex color #45423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45423A is #BABDC5. Grayscale: #424242. Windows color (decimal): -12238278 or 3818053. OLE color: 3818053.

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

Color convert

RGB696658-
CMYK00.040.160.73
HSL43.64º8.66%24.9%-
HSV(B)43.64º15.94%27.06%-
XYZ5.175.474.79-
YUV65.98123.49130.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=35.75%
G=34.20%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69665800.040.160.7343.648.6624.9
Hex45423A0410492c919
Octal105102720420111541131
Binary100010110000101110100100100001001001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45423A; }

 p { color: rgb(69,66,58); }

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

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

 a { background-color: rgb(69,66,58); }

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

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

 span { border-color: rgb(69,66,58); }

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