#473943

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

Shades of Voodoo #473943

Tints of Voodoo #473943

Color information

#473943 (or 0x473943) is unknown color: approx Voodoo. HEX triplet: 47, 39 and 43. RGB value is (71,57,67). Sum of RGB (Red+Green+Blue) = 71+57+67=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #473943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473943 is #B8C6BC. Grayscale: #3E3E3E. Windows color (decimal): -12109501 or 4405575. OLE color: 4405575.

HSL color Cylindrical-coordinate representation of color #473943: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #473943 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB715767-
CMYK00.200.060.72
HSL317.14º10.94%25.1%-
HSV(B)317.14º19.72%27.84%-
XYZ5.074.675.94-
YUV62.33130.64134.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=36.41%
G=29.23%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71576700.200.060.72317.1410.9425.1
Hex47394301464813db19
Octal1077110302461104751331
Binary100011111100110000110101001101001000100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473943; }

 p { color: rgb(71,57,67); }

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

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

 a { background-color: rgb(71,57,67); }

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

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

 span { border-color: rgb(71,57,67); }

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