#492E36

Color #492E36 Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #492E36

Tints of Wine Berry #492E36

Color information

#492E36 (or 0x492E36) is unknown color: approx Wine Berry. HEX triplet: 49, 2E and 36. RGB value is (73,46,54). Sum of RGB (Red+Green+Blue) = 73+46+54=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #492E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E36 is #B6D1C9. Grayscale: #363636. Windows color (decimal): -11981258 or 3550793. OLE color: 3550793.

HSL color Cylindrical-coordinate representation of color #492E36: hue angle of 342.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #492E36 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB734654-
CMYK00.370.260.71
HSL342.22º22.69%23.33%-
HSV(B)342.22º36.99%28.63%-
XYZ4.393.643.96-
YUV54.98127.45140.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 54 (21.48% from 255) = 31.21%
R=42.20%
G=26.59%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73465400.370.260.71342.2222.6923.33
Hex492E360251A471561717
Octal1115666045321075262727
Binary100100110111011011001001011101010001111010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492E36; }

 p { color: rgb(73,46,54); }

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

<style>
 a { background-color: #492E36; }

 a { background-color: rgb(73,46,54); }

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

<style>
 span { border-color: #492E36; }

 span { border-color: rgb(73,46,54); }

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