Html Css Color HEX #473943 Voodoo

📋 copy color: '#473943'

red 71 ◦ green 57 ◦ blue 67

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

Shades of Voodoo #473943

Tints of Voodoo #473943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 67 (26.56% from 255) = 34.36%

R = 36.41%
G = 29.23%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#473943 (or 0x473943) is known color: Voodoo. HEX triplet: 47, 39 and 43. RGB value is (71,57,67). Sum of RGB (Red+Green+Blue) = 71+57+67=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #473943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473943 is #B8C6BC. Grayscale: #3E3E3E. Windows color (decimal): -12109501 or 4405575. OLE color: 4405575.

HSL color Cylindrical-coordinate representation of color #473943: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #473943 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 57 67 -
CMYK 0 0.20 0.06 0.72
HSL 317.14º 0.11% 0.25% -
HSV(B) 317.14º 0.2% 0.28% -
XYZ 5.07 4.67 5.94 -
YUV 62.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 71 57 67 0 0.20 0.06 0.72 317.14 0.11 0.25
Hex 47 39 43 0 14 6 48 13D B 19
Octal 107 71 103 0 24 6 110 475 13 31
Binary 1000111 111001 1000011 0 10100 110 1001000 100111101 1011 11001

Color Harmonies of #473943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473943

Black with #473943

Text Example


Text Example

White with #473943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473943; }

 p { color: rgb(71,57,67); }

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

background-color css

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

 a { background-color: rgb(71,57,67); }

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

border-color css

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

 span { border-color: rgb(71,57,67); }

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