Html Css Color HEX #48483E Heavy Metal

📋 copy color: '#48483E'

red 72 ◦ green 72 ◦ blue 62

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

Shades of Heavy Metal #48483E

Tints of Heavy Metal #48483E

RGB

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

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

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

R = 34.95%
G = 34.95%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48483E (or 0x48483E) is known color: Heavy Metal. HEX triplet: 48, 48 and 3E. RGB value is (72,72,62). Sum of RGB (Red+Green+Blue) = 72+72+62=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48483E is #B7B7C1. Grayscale: #464646. Windows color (decimal): -12040130 or 4081736. OLE color: 4081736.

HSL color Cylindrical-coordinate representation of color #48483E: hue angle of 60º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48483E is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 72 62 -
CMYK 0 0 0.14 0.72
HSL 60º 0.07% 0.26% -
HSV(B) 60º 0.14% 0.28% -
XYZ 5.86 6.36 5.48 -
YUV 70.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 72 72 62 0 0 0.14 0.72 60 0.07 0.26
Hex 48 48 3E 0 0 E 48 3C 7 1A
Octal 110 110 76 0 0 16 110 74 7 32
Binary 1001000 1001000 111110 0 0 1110 1001000 111100 111 11010

Color Harmonies of #48483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48483E

Black with #48483E

Text Example


Text Example

White with #48483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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