Html Css Color HEX #70403C Metallic Copper

📋 copy color: '#70403C'

red 112 ◦ green 64 ◦ blue 60

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

Shades of Metallic Copper #70403C

Tints of Metallic Copper #70403C

RGB

 RED value IS 112 (44.14% from 255) = 47.46%

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 47.46%
G = 27.12%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70403C (or 0x70403C) is known color: Metallic Copper. HEX triplet: 70, 40 and 3C. RGB value is (112,64,60). Sum of RGB (Red+Green+Blue) = 112+64+60=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70403C is #8FBFC3. Grayscale: #4D4D4D. Windows color (decimal): -9420740 or 3948656. OLE color: 3948656.

HSL color Cylindrical-coordinate representation of color #70403C: hue angle of 4.62º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70403C is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 60 -
CMYK 0 0.43 0.46 0.56
HSL 4.62º 0.3% 0.34% -
HSV(B) 4.62º 0.46% 0.44% -
XYZ 9.33 7.44 5.22 -
YUV 77.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 112 64 60 0 0.43 0.46 0.56 4.62 0.3 0.34
Hex 70 40 3C 0 2B 2E 38 5 1E 22
Octal 160 100 74 0 53 56 70 5 36 42
Binary 1110000 1000000 111100 0 101011 101110 111000 101 11110 100010

Color Harmonies of #70403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70403C

Black with #70403C

Text Example


Text Example

White with #70403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70403C; }

 p { color: rgb(112,64,60); }

 H1.HeaderClassName
 {
   color: #70403C;
 }
 .AnyTagClassName
 {
   color: #70403C;
 }
</style>

background-color css

<style>
 a { background-color: #70403C; }

 a { background-color: rgb(112,64,60); }

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

border-color css

<style>
 span { border-color: #70403C; }

 span { border-color: rgb(112,64,60); }

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