Html Css Color HEX #703E35 Metallic Copper

📋 copy color: '#703E35'

red 112 ◦ green 62 ◦ blue 53

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

Shades of Metallic Copper #703E35

Tints of Metallic Copper #703E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 49.34%
G = 27.31%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#703E35 (or 0x703E35) is known color: Metallic Copper. HEX triplet: 70, 3E and 35. RGB value is (112,62,53). Sum of RGB (Red+Green+Blue) = 112+62+53=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #703E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E35 is #8FC1CA. Grayscale: #4C4C4C. Windows color (decimal): -9421259 or 3489392. OLE color: 3489392.

HSL color Cylindrical-coordinate representation of color #703E35: hue angle of 9.15º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703E35 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 62 53 -
CMYK 0 0.45 0.53 0.56
HSL 9.15º 0.36% 0.32% -
HSV(B) 9.15º 0.53% 0.44% -
XYZ 9.05 7.15 4.27 -
YUV 75.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 112 62 53 0 0.45 0.53 0.56 9.15 0.36 0.32
Hex 70 3E 35 0 2D 35 38 9 24 20
Octal 160 76 65 0 55 65 70 11 44 40
Binary 1110000 111110 110101 0 101101 110101 111000 1001 100100 100000

Color Harmonies of #703E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E35

Black with #703E35

Text Example


Text Example

White with #703E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703E35; }

 p { color: rgb(112,62,53); }

 H1.HeaderClassName
 {
   color: #703E35;
 }
 .AnyTagClassName
 {
   color: #703E35;
 }
</style>

background-color css

<style>
 a { background-color: #703E35; }

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

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

border-color css

<style>
 span { border-color: #703E35; }

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

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