#482E41

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

Shades of Voodoo #482E41

Tints of Voodoo #482E41

Color information

#482E41 (or 0x482E41) is unknown color: approx Voodoo. HEX triplet: 48, 2E and 41. RGB value is (72,46,65). Sum of RGB (Red+Green+Blue) = 72+46+65=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #482E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E41 is #B7D1BE. Grayscale: #373737. Windows color (decimal): -12046783 or 4271688. OLE color: 4271688.

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

Color convert

RGB724665-
CMYK00.360.100.72
HSL316.15º22.03%23.14%-
HSV(B)316.15º36.11%28.24%-
XYZ4.63.715.48-
YUV55.94133.11139.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=39.34%
G=25.14%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72466500.360.100.72316.1522.0323.14
Hex482E41024A4813c1617
Octal11056101044121104742627
Binary100100010111010000010100100101010010001001111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482E41; }

 p { color: rgb(72,46,65); }

 H1.HeaderClassName
 {
   color: #482E41;
 }
 .AnyTagClassName
 {
   color: #482E41;
 }
</style>
background-color css

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

 a { background-color: rgb(72,46,65); }

 div.DivClassName
 {
   background-color: #482E41;
 }
 .BgClassName
 {
   background-color: #482E41;
 }
</style>
border-color css

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

 span { border-color: rgb(72,46,65); }

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