Html Css Color HEX #472D3E Voodoo

📋 copy color: '#472D3E'

red 71 ◦ green 45 ◦ blue 62

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

Shades of Voodoo #472D3E

Tints of Voodoo #472D3E

RGB

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

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

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

R = 39.89%
G = 25.28%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#472D3E (or 0x472D3E) is known color: Voodoo. HEX triplet: 47, 2D and 3E. RGB value is (71,45,62). Sum of RGB (Red+Green+Blue) = 71+45+62=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #472D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D3E is #B8D2C1. Grayscale: #363636. Windows color (decimal): -12112578 or 4074823. OLE color: 4074823.

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

Color convert

RGB 71 45 62 -
CMYK 0 0.37 0.13 0.72
HSL 320.77º 0.22% 0.23% -
HSV(B) 320.77º 0.37% 0.28% -
XYZ 4.41 3.56 5.01 -
YUV 54.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 71 45 62 0 0.37 0.13 0.72 320.77 0.22 0.23
Hex 47 2D 3E 0 25 D 48 141 16 17
Octal 107 55 76 0 45 15 110 501 26 27
Binary 1000111 101101 111110 0 100101 1101 1001000 101000001 10110 10111

Color Harmonies of #472D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D3E

Black with #472D3E

Text Example


Text Example

White with #472D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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