#483642

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

Shades of Voodoo #483642

Tints of Voodoo #483642

Color information

#483642 (or 0x483642) is unknown color: approx Voodoo. HEX triplet: 48, 36 and 42. RGB value is (72,54,66). Sum of RGB (Red+Green+Blue) = 72+54+66=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483642 is #B7C9BD. Grayscale: #3C3C3C. Windows color (decimal): -12044734 or 4339272. OLE color: 4339272.

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

Color convert

RGB725466-
CMYK00.250.080.72
HSL320º14.29%24.71%-
HSV(B)320º25%28.24%-
XYZ4.984.415.74-
YUV60.75130.96136.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=37.5%
G=28.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72546600.250.080.7232014.2924.71
Hex483642019848140e19
Octal11066102031101105001631
Binary1001000110110100001001100110001001000101000000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483642; }

 p { color: rgb(72,54,66); }

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

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

 a { background-color: rgb(72,54,66); }

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

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

 span { border-color: rgb(72,54,66); }

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