Html Css Color HEX #49493D Heavy Metal

📋 copy color: '#49493D'

red 73 ◦ green 73 ◦ blue 61

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

Shades of Heavy Metal #49493D

Tints of Heavy Metal #49493D

RGB

 RED value IS 73 (28.91% from 255) = 35.27%

 GREEN value IS 73 (28.91% from 255) = 35.27%

 BLUE value IS 61 (24.22% from 255) = 29.47%

R = 35.27%
G = 35.27%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49493D (or 0x49493D) is known color: Heavy Metal. HEX triplet: 49, 49 and 3D. RGB value is (73,73,61). Sum of RGB (Red+Green+Blue) = 73+73+61=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49493D is #B6B6C2. Grayscale: #474747. Windows color (decimal): -11974339 or 4016457. OLE color: 4016457.

HSL color Cylindrical-coordinate representation of color #49493D: hue angle of 60º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49493D is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 61 -
CMYK 0 0 0.16 0.71
HSL 60º 0.09% 0.26% -
HSV(B) 60º 0.16% 0.29% -
XYZ 5.97 6.52 5.36 -
YUV 71.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 73 73 61 0 0 0.16 0.71 60 0.09 0.26
Hex 49 49 3D 0 0 10 47 3C 9 1A
Octal 111 111 75 0 0 20 107 74 11 32
Binary 1001001 1001001 111101 0 0 10000 1000111 111100 1001 11010

Color Harmonies of #49493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49493D

Black with #49493D

Text Example


Text Example

White with #49493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49493D; }

 p { color: rgb(73,73,61); }

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

background-color css

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

 a { background-color: rgb(73,73,61); }

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

border-color css

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

 span { border-color: rgb(73,73,61); }

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