Html Css Color HEX #492E41 Voodoo

📋 copy color: '#492E41'

red 73 ◦ green 46 ◦ blue 65

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

Shades of Voodoo #492E41

Tints of Voodoo #492E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 39.67%
G = 25%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492E41 (or 0x492E41) is known color: Voodoo. HEX triplet: 49, 2E and 41. RGB value is (73,46,65). Sum of RGB (Red+Green+Blue) = 73+46+65=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #492E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E41 is #B6D1BE. Grayscale: #383838. Windows color (decimal): -11981247 or 4271689. OLE color: 4271689.

HSL color Cylindrical-coordinate representation of color #492E41: hue angle of 317.78º 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 #492E41 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 46 65 -
CMYK 0 0.37 0.11 0.71
HSL 317.78º 0.23% 0.23% -
HSV(B) 317.78º 0.37% 0.29% -
XYZ 4.68 3.75 5.48 -
YUV 56.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 73 46 65 0 0.37 0.11 0.71 317.78 0.23 0.23
Hex 49 2E 41 0 25 B 47 13E 17 17
Octal 111 56 101 0 45 13 107 476 27 27
Binary 1001001 101110 1000001 0 100101 1011 1000111 100111110 10111 10111

Color Harmonies of #492E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E41

Black with #492E41

Text Example


Text Example

White with #492E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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