#462C3E

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

Shades of Voodoo #462C3E

Tints of Voodoo #462C3E

Color information

#462C3E (or 0x462C3E) is unknown color: approx Voodoo. HEX triplet: 46, 2C and 3E. RGB value is (70,44,62). Sum of RGB (Red+Green+Blue) = 70+44+62=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #462C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C3E is #B9D3C1. Grayscale: #353535. Windows color (decimal): -12178370 or 4074566. OLE color: 4074566.

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

Color convert

RGB704462-
CMYK00.370.110.73
HSL318.46º22.81%22.35%-
HSV(B)318.46º37.14%27.45%-
XYZ4.33.455-
YUV53.83132.61139.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=39.77%
G=25%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70446200.370.110.73318.4622.8122.35
Hex462C3E025B4913e1716
Octal1065476045131114762726
Binary10001101011001111100100101101110010011001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,44,62); }

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

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

 a { background-color: rgb(70,44,62); }

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

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

 span { border-color: rgb(70,44,62); }

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