Html Css Color HEX #492E40 Voodoo

📋 copy color: '#492E40'

red 73 ◦ green 46 ◦ blue 64

#492E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Voodoo #492E40

Tints of Voodoo #492E40

RGB

 RED value IS 73 (28.91% from 255) = 39.89%

 GREEN value IS 46 (18.36% from 255) = 25.14%

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 39.89%
G = 25.14%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#492E40 (or 0x492E40) is known color: Voodoo. HEX triplet: 49, 2E and 40. RGB value is (73,46,64). Sum of RGB (Red+Green+Blue) = 73+46+64=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #492E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E40 is #B6D1BF. Grayscale: #383838. Windows color (decimal): -11981248 or 4206153. OLE color: 4206153.

HSL color Cylindrical-coordinate representation of color #492E40: hue angle of 320º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #492E40 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 64 -
CMYK 0 0.37 0.12 0.71
HSL 320º 0.23% 0.23% -
HSV(B) 320º 0.37% 0.29% -
XYZ 4.65 3.74 5.33 -
YUV 56.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 73 46 64 0 0.37 0.12 0.71 320 0.23 0.23
Hex 49 2E 40 0 25 C 47 140 17 17
Octal 111 56 100 0 45 14 107 500 27 27
Binary 1001001 101110 1000000 0 100101 1100 1000111 101000000 10111 10111

Color Harmonies of #492E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E40

Black with #492E40

Text Example


Text Example

White with #492E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492E40; }

 p { color: rgb(73,46,64); }

 H1.HeaderClassName
 {
   color: #492E40;
 }
 .AnyTagClassName
 {
   color: #492E40;
 }
</style>

background-color css

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

 a { background-color: rgb(73,46,64); }

 div.DivClassName
 {
   background-color: #492E40;
 }
 .BgClassName
 {
   background-color: #492E40;
 }
</style>

border-color css

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

 span { border-color: rgb(73,46,64); }

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