#473942

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

Shades of Voodoo #473942

Tints of Voodoo #473942

Color information

#473942 (or 0x473942) is unknown color: approx Voodoo. HEX triplet: 47, 39 and 42. RGB value is (71,57,66). Sum of RGB (Red+Green+Blue) = 71+57+66=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #473942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473942 is #B8C6BD. Grayscale: #3E3E3E. Windows color (decimal): -12109502 or 4340039. OLE color: 4340039.

HSL color Cylindrical-coordinate representation of color #473942: hue angle of 321.43º 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 #473942 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB715766-
CMYK00.200.070.72
HSL321.43º10.94%25.1%-
HSV(B)321.43º19.72%27.84%-
XYZ5.054.665.79-
YUV62.21130.14134.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=36.60%
G=29.38%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71576600.200.070.72321.4310.9425.1
Hex473942014748141b19
Octal1077110202471105011331
Binary100011111100110000100101001111001000101000001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473942; }

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

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

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

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

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

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

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

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