#403A3E

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

Shades of Voodoo #403A3E

Tints of Voodoo #403A3E

Color information

#403A3E (or 0x403A3E) is unknown color: approx Voodoo. HEX triplet: 40, 3A and 3E. RGB value is (64,58,62). Sum of RGB (Red+Green+Blue) = 64+58+62=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 64 - color contains mainly: red. Hex color #403A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A3E is #BFC5C1. Grayscale: #3C3C3C. Windows color (decimal): -12568002 or 4078144. OLE color: 4078144.

HSL color Cylindrical-coordinate representation of color #403A3E: hue angle of 320º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #403A3E is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB645862-
CMYK00.090.030.75
HSL320º4.92%23.92%-
HSV(B)320º9.38%25.1%-
XYZ4.54.465.18-
YUV60.25128.99130.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=34.78%
G=31.52%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64586200.090.030.753204.9223.92
Hex403A3E0934B140518
Octal10072760113113500530
Binary10000001110101111100100111100101110100000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,58,62); }

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

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

 a { background-color: rgb(64,58,62); }

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

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

 span { border-color: rgb(64,58,62); }

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