#463642

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

Shades of Voodoo #463642

Tints of Voodoo #463642

Color information

#463642 (or 0x463642) is unknown color: approx Voodoo. HEX triplet: 46, 36 and 42. RGB value is (70,54,66). Sum of RGB (Red+Green+Blue) = 70+54+66=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463642 is #B9C9BD. Grayscale: #3C3C3C. Windows color (decimal): -12175806 or 4339270. OLE color: 4339270.

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

Color convert

RGB705466-
CMYK00.230.060.73
HSL315º12.9%24.31%-
HSV(B)315º22.86%27.45%-
XYZ4.834.335.74-
YUV60.15131.3135.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=36.84%
G=28.42%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70546600.230.060.7331512.924.31
Hex46364201764913bd18
Octal1066610202761114731530
Binary100011011011010000100101111101001001100111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463642; }

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

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

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

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

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

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

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

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