Html Css Color HEX #482E41 Voodoo

📋 copy color: '#482E41'

red 72 ◦ green 46 ◦ blue 65

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

Shades of Voodoo #482E41

Tints of Voodoo #482E41

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 value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482E41 (or 0x482E41) is known color: 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

RGB 72 46 65 -
CMYK 0 0.36 0.10 0.72
HSL 316.15º 0.22% 0.23% -
HSV(B) 316.15º 0.36% 0.28% -
XYZ 4.6 3.71 5.48 -
YUV 55.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 72 46 65 0 0.36 0.10 0.72 316.15 0.22 0.23
Hex 48 2E 41 0 24 A 48 13C 16 17
Octal 110 56 101 0 44 12 110 474 26 27
Binary 1001000 101110 1000001 0 100100 1010 1001000 100111100 10110 10111

Color Harmonies of #482E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E41

Black with #482E41

Text Example


Text Example

White with #482E41

Text Example


Text Example

HTML Codes & Css Web 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>