#493743

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

Shades of Voodoo #493743

Tints of Voodoo #493743

Color information

#493743 (or 0x493743) is unknown color: approx Voodoo. HEX triplet: 49, 37 and 43. RGB value is (73,55,67). Sum of RGB (Red+Green+Blue) = 73+55+67=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #493743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493743 is #B6C8BC. Grayscale: #3D3D3D. Windows color (decimal): -11978941 or 4405065. OLE color: 4405065.

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

Color convert

RGB735567-
CMYK00.250.080.71
HSL320º14.06%25.1%-
HSV(B)320º24.66%28.63%-
XYZ5.134.555.92-
YUV61.75130.96136.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 55 (21.88% from 255) = 28.21%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=37.44%
G=28.21%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73556700.250.080.7132014.0625.1
Hex493743019847140e19
Octal11167103031101075001631
Binary1001001110111100001101100110001000111101000000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493743; }

 p { color: rgb(73,55,67); }

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

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

 a { background-color: rgb(73,55,67); }

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

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

 span { border-color: rgb(73,55,67); }

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