Html Css Color HEX #48493D Heavy Metal

📋 copy color: '#48493D'

red 72 ◦ green 73 ◦ blue 61

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

Shades of Heavy Metal #48493D

Tints of Heavy Metal #48493D

RGB

 RED value IS 72 (28.52% from 255) = 34.95%

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

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

R = 34.95%
G = 35.44%
B = 29.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#48493D (or 0x48493D) is known color: Heavy Metal. HEX triplet: 48, 49 and 3D. RGB value is (72,73,61). Sum of RGB (Red+Green+Blue) = 72+73+61=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #48493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48493D is #B7B6C2. Grayscale: #474747. Windows color (decimal): -12039875 or 4016456. OLE color: 4016456.

HSL color Cylindrical-coordinate representation of color #48493D: hue angle of 65º 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 #48493D is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 73 61 -
CMYK 0.01 0 0.16 0.71
HSL 65º 0.09% 0.26% -
HSV(B) 65º 0.16% 0.29% -
XYZ 5.9 6.48 5.35 -
YUV 71.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 72 73 61 0.01 0 0.16 0.71 65 0.09 0.26
Hex 48 49 3D 1 0 10 47 41 9 1A
Octal 110 111 75 1 0 20 107 101 11 32
Binary 1001000 1001001 111101 1 0 10000 1000111 1000001 1001 11010

Color Harmonies of #48493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48493D

Black with #48493D

Text Example


Text Example

White with #48493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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