#462A3E

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

Shades of Voodoo #462A3E

Tints of Voodoo #462A3E

Color information

#462A3E (or 0x462A3E) is unknown color: approx Voodoo. HEX triplet: 46, 2A and 3E. RGB value is (70,42,62). Sum of RGB (Red+Green+Blue) = 70+42+62=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #462A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A3E is #B9D5C1. Grayscale: #343434. Windows color (decimal): -12178882 or 4074054. OLE color: 4074054.

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

Color convert

RGB704262-
CMYK00.400.110.73
HSL317.14º25%21.96%-
HSV(B)317.14º40%27.45%-
XYZ4.223.314.97-
YUV52.65133.28140.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=40.23%
G=24.14%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70426200.400.110.73317.142521.96
Hex462A3E028B4913d1916
Octal1065276050131114753126
Binary10001101010101111100101000101110010011001111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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