Html Css Color HEX #492F41 Voodoo

📋 copy color: '#492F41'

red 73 ◦ green 47 ◦ blue 65

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

Shades of Voodoo #492F41

Tints of Voodoo #492F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.41%

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

R = 39.46%
G = 25.41%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#492F41 (or 0x492F41) is known color: Voodoo. HEX triplet: 49, 2F and 41. RGB value is (73,47,65). Sum of RGB (Red+Green+Blue) = 73+47+65=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #492F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F41 is #B6D0BE. Grayscale: #383838. Windows color (decimal): -11980991 or 4271945. OLE color: 4271945.

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

Color convert

RGB 73 47 65 -
CMYK 0 0.36 0.11 0.71
HSL 318.46º 0.22% 0.24% -
HSV(B) 318.46º 0.36% 0.29% -
XYZ 4.72 3.83 5.49 -
YUV 56.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 73 47 65 0 0.36 0.11 0.71 318.46 0.22 0.24
Hex 49 2F 41 0 24 B 47 13E 16 18
Octal 111 57 101 0 44 13 107 476 26 30
Binary 1001001 101111 1000001 0 100100 1011 1000111 100111110 10110 11000

Color Harmonies of #492F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F41

Black with #492F41

Text Example


Text Example

White with #492F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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