#462D40

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

Shades of Voodoo #462D40

Tints of Voodoo #462D40

Color information

#462D40 (or 0x462D40) is unknown color: approx Voodoo. HEX triplet: 46, 2D and 40. RGB value is (70,45,64). Sum of RGB (Red+Green+Blue) = 70+45+64=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #462D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D40 is #B9D2BF. Grayscale: #363636. Windows color (decimal): -12178112 or 4205894. OLE color: 4205894.

HSL color Cylindrical-coordinate representation of color #462D40: hue angle of 314.4º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #462D40 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB704564-
CMYK00.360.090.73
HSL314.4º21.74%22.55%-
HSV(B)314.4º35.71%27.45%-
XYZ4.393.555.3-
YUV54.64133.28138.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=39.11%
G=25.14%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70456400.360.090.73314.421.7422.55
Hex462D4002494913a1617
Octal10655100044111114722627
Binary100011010110110000000100100100110010011001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462D40; }

 p { color: rgb(70,45,64); }

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

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

 a { background-color: rgb(70,45,64); }

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

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

 span { border-color: rgb(70,45,64); }

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