#473642

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

Shades of Voodoo #473642

Tints of Voodoo #473642

Color information

#473642 (or 0x473642) is unknown color: approx Voodoo. HEX triplet: 47, 36 and 42. RGB value is (71,54,66). Sum of RGB (Red+Green+Blue) = 71+54+66=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473642 is #B8C9BD. Grayscale: #3C3C3C. Windows color (decimal): -12110270 or 4339271. OLE color: 4339271.

HSL color Cylindrical-coordinate representation of color #473642: hue angle of 317.65º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #473642 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB715466-
CMYK00.240.070.72
HSL317.65º13.6%24.51%-
HSV(B)317.65º23.94%27.84%-
XYZ4.94.375.74-
YUV60.45131.13135.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=37.17%
G=28.27%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71546600.240.070.72317.6513.624.51
Hex47364201874813ee19
Octal1076610203071104761631
Binary100011111011010000100110001111001000100111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473642; }

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

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

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

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

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

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

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

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