#492642

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

Shades of Voodoo #492642

Tints of Voodoo #492642

Color information

#492642 (or 0x492642) is unknown color: approx Voodoo. HEX triplet: 49, 26 and 42. RGB value is (73,38,66). Sum of RGB (Red+Green+Blue) = 73+38+66=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #492642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492642 is #B6D9BD. Grayscale: #333333. Windows color (decimal): -11983294 or 4335177. OLE color: 4335177.

HSL color Cylindrical-coordinate representation of color #492642: hue angle of 312º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492642 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB733866-
CMYK00.480.100.71
HSL312º31.53%21.76%-
HSV(B)312º47.95%28.63%-
XYZ4.423.25.54-
YUV51.66136.1143.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=41.24%
G=21.47%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73386600.480.100.7131231.5321.76
Hex492642030A471382016
Octal11146102060121074704026
Binary1001001100110100001001100001010100011110011100010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492642; }

 p { color: rgb(73,38,66); }

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

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

 a { background-color: rgb(73,38,66); }

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

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

 span { border-color: rgb(73,38,66); }

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