#492E41

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

Shades of Voodoo #492E41

Tints of Voodoo #492E41

Color information

#492E41 (or 0x492E41) is unknown color: approx Voodoo. HEX triplet: 49, 2E and 41. RGB value is (73,46,65). Sum of RGB (Red+Green+Blue) = 73+46+65=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #492E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E41 is #B6D1BE. Grayscale: #383838. Windows color (decimal): -11981247 or 4271689. OLE color: 4271689.

HSL color Cylindrical-coordinate representation of color #492E41: hue angle of 317.78º 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 #492E41 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB734665-
CMYK00.370.110.71
HSL317.78º22.69%23.33%-
HSV(B)317.78º36.99%28.63%-
XYZ4.683.755.48-
YUV56.24132.95139.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=39.67%
G=25%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73466500.370.110.71317.7822.6923.33
Hex492E41025B4713e1717
Octal11156101045131074762727
Binary100100110111010000010100101101110001111001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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