#45423B

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

Shades of Onion #45423B

Tints of Onion #45423B

Color information

#45423B (or 0x45423B) is unknown color: approx Onion. HEX triplet: 45, 42 and 3B. RGB value is (69,66,59). Sum of RGB (Red+Green+Blue) = 69+66+59=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 69 - color contains mainly: red. Hex color #45423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45423B is #BABDC4. Grayscale: #424242. Windows color (decimal): -12238277 or 3883589. OLE color: 3883589.

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

Color convert

RGB696659-
CMYK00.040.140.73
HSL42º7.81%25.1%-
HSV(B)42º14.49%27.06%-
XYZ5.195.484.92-
YUV66.1123.99130.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=35.57%
G=34.02%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69665900.040.140.73427.8125.1
Hex45423B04E492a819
Octal105102730416111521031
Binary10001011000010111011010011101001001101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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