Html Css Color HEX #48493E Heavy Metal

📋 copy color: '#48493E'

red 72 ◦ green 73 ◦ blue 62

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

Shades of Heavy Metal #48493E

Tints of Heavy Metal #48493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.95%

R = 34.78%
G = 35.27%
B = 29.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#48493E (or 0x48493E) is known color: Heavy Metal. HEX triplet: 48, 49 and 3E. RGB value is (72,73,62). Sum of RGB (Red+Green+Blue) = 72+73+62=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 73 - color contains mainly: green. Hex color #48493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48493E is #B7B6C1. Grayscale: #474747. Windows color (decimal): -12039874 or 4081992. OLE color: 4081992.

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

Color convert

RGB 72 73 62 -
CMYK 0.01 0 0.15 0.71
HSL 65.45º 0.08% 0.26% -
HSV(B) 65.45º 0.15% 0.29% -
XYZ 5.92 6.49 5.5 -
YUV 71.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 72 73 62 0.01 0 0.15 0.71 65.45 0.08 0.26
Hex 48 49 3E 1 0 F 47 41 8 1A
Octal 110 111 76 1 0 17 107 101 10 32
Binary 1001000 1001001 111110 1 0 1111 1000111 1000001 1000 11010

Color Harmonies of #48493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48493E

Black with #48493E

Text Example


Text Example

White with #48493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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