Html Css Color HEX #494B38 Heavy Metal

📋 copy color: '#494B38'

red 73 ◦ green 75 ◦ blue 56

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

Shades of Heavy Metal #494B38

Tints of Heavy Metal #494B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.76%

 BLUE value IS 56 (22.27% from 255) = 27.45%

R = 35.78%
G = 36.76%
B = 27.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#494B38 (or 0x494B38) is known color: Heavy Metal. HEX triplet: 49, 4B and 38. RGB value is (73,75,56). Sum of RGB (Red+Green+Blue) = 73+75+56=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 75 - color contains mainly: green. Hex color #494B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B38 is #B6B4C7. Grayscale: #484848. Windows color (decimal): -11973832 or 3689289. OLE color: 3689289.

HSL color Cylindrical-coordinate representation of color #494B38: hue angle of 66.32º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #494B38 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 75 56 -
CMYK 0.03 0 0.25 0.71
HSL 66.32º 0.15% 0.26% -
HSV(B) 66.32º 0.25% 0.29% -
XYZ 5.98 6.73 4.73 -
YUV 72.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 73 75 56 0.03 0 0.25 0.71 66.32 0.15 0.26
Hex 49 4B 38 3 0 19 47 42 F 1A
Octal 111 113 70 3 0 31 107 102 17 32
Binary 1001001 1001011 111000 11 0 11001 1000111 1000010 1111 11010

Color Harmonies of #494B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B38

Black with #494B38

Text Example


Text Example

White with #494B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494B38; }

 p { color: rgb(73,75,56); }

 H1.HeaderClassName
 {
   color: #494B38;
 }
 .AnyTagClassName
 {
   color: #494B38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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