#472D3E

Color #472D3E Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #472D3E

Tints of Voodoo #472D3E

Color information

#472D3E (or 0x472D3E) is unknown color: approx 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

RGB714562-
CMYK00.370.130.72
HSL320.77º22.41%22.75%-
HSV(B)320.77º36.62%27.84%-
XYZ4.413.565.01-
YUV54.71132.11139.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71456200.370.130.72320.7722.4122.75
Hex472D3E025D481411617
Octal1075576045151105012627
Binary10001111011011111100100101110110010001010000011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>