Html Css Color HEX #472E3E Voodoo

📋 copy color: '#472E3E'

red 71 ◦ green 46 ◦ blue 62

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

Shades of Voodoo #472E3E

Tints of Voodoo #472E3E

RGB

 RED value IS 71 (28.13% from 255) = 39.66%

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

 BLUE value IS 62 (24.61% from 255) = 34.64%

R = 39.66%
G = 25.7%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#472E3E (or 0x472E3E) is known color: Voodoo. HEX triplet: 47, 2E and 3E. RGB value is (71,46,62). Sum of RGB (Red+Green+Blue) = 71+46+62=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #472E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E3E is #B8D1C1. Grayscale: #373737. Windows color (decimal): -12112322 or 4075079. OLE color: 4075079.

HSL color Cylindrical-coordinate representation of color #472E3E: hue angle of 321.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E3E is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 62 -
CMYK 0 0.35 0.13 0.72
HSL 321.6º 0.21% 0.23% -
HSV(B) 321.6º 0.35% 0.28% -
XYZ 4.45 3.64 5.03 -
YUV 55.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 71 46 62 0 0.35 0.13 0.72 321.6 0.21 0.23
Hex 47 2E 3E 0 23 D 48 142 15 17
Octal 107 56 76 0 43 15 110 502 25 27
Binary 1000111 101110 111110 0 100011 1101 1001000 101000010 10101 10111

Color Harmonies of #472E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E3E

Black with #472E3E

Text Example


Text Example

White with #472E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E3E; }

 p { color: rgb(71,46,62); }

 H1.HeaderClassName
 {
   color: #472E3E;
 }
 .AnyTagClassName
 {
   color: #472E3E;
 }
</style>

background-color css

<style>
 a { background-color: #472E3E; }

 a { background-color: rgb(71,46,62); }

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

border-color css

<style>
 span { border-color: #472E3E; }

 span { border-color: rgb(71,46,62); }

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