#463542

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

Shades of Voodoo #463542

Tints of Voodoo #463542

Color information

#463542 (or 0x463542) is unknown color: approx Voodoo. HEX triplet: 46, 35 and 42. RGB value is (70,53,66). Sum of RGB (Red+Green+Blue) = 70+53+66=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #463542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463542 is #B9CABD. Grayscale: #3B3B3B. Windows color (decimal): -12176062 or 4339014. OLE color: 4339014.

HSL color Cylindrical-coordinate representation of color #463542: hue angle of 314.12º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #463542 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB705366-
CMYK00.240.060.73
HSL314.12º13.82%24.12%-
HSV(B)314.12º24.29%27.45%-
XYZ4.784.245.72-
YUV59.56131.63135.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=37.04%
G=28.04%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70536600.240.060.73314.1213.8224.12
Hex46354201864913ae18
Octal1066510203061114721630
Binary100011011010110000100110001101001001100111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463542; }

 p { color: rgb(70,53,66); }

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

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

 a { background-color: rgb(70,53,66); }

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

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

 span { border-color: rgb(70,53,66); }

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