Html Css Color HEX #492D40 Voodoo

📋 copy color: '#492D40'

red 73 ◦ green 45 ◦ blue 64

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

Shades of Voodoo #492D40

Tints of Voodoo #492D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.73%

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

R = 40.11%
G = 24.73%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#492D40 (or 0x492D40) is known color: Voodoo. HEX triplet: 49, 2D and 40. RGB value is (73,45,64). Sum of RGB (Red+Green+Blue) = 73+45+64=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #492D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D40 is #B6D2BF. Grayscale: #373737. Windows color (decimal): -11981504 or 4205897. OLE color: 4205897.

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

Color convert

RGB 73 45 64 -
CMYK 0 0.38 0.12 0.71
HSL 319.29º 0.24% 0.23% -
HSV(B) 319.29º 0.38% 0.29% -
XYZ 4.61 3.66 5.31 -
YUV 55.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 73 45 64 0 0.38 0.12 0.71 319.29 0.24 0.23
Hex 49 2D 40 0 26 C 47 13F 18 17
Octal 111 55 100 0 46 14 107 477 30 27
Binary 1001001 101101 1000000 0 100110 1100 1000111 100111111 11000 10111

Color Harmonies of #492D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D40

Black with #492D40

Text Example


Text Example

White with #492D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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