Html Css Color HEX #703D35 Metallic Copper

📋 copy color: '#703D35'

red 112 ◦ green 61 ◦ blue 53

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

Shades of Metallic Copper #703D35

Tints of Metallic Copper #703D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

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

R = 49.56%
G = 26.99%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#703D35 (or 0x703D35) is known color: Metallic Copper. HEX triplet: 70, 3D and 35. RGB value is (112,61,53). Sum of RGB (Red+Green+Blue) = 112+61+53=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #703D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D35 is #8FC2CA. Grayscale: #4B4B4B. Windows color (decimal): -9421515 or 3489136. OLE color: 3489136.

HSL color Cylindrical-coordinate representation of color #703D35: hue angle of 8.14º 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 #703D35 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 61 53 -
CMYK 0 0.46 0.53 0.56
HSL 8.14º 0.36% 0.32% -
HSV(B) 8.14º 0.53% 0.44% -
XYZ 8.99 7.04 4.25 -
YUV 75.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 112 61 53 0 0.46 0.53 0.56 8.14 0.36 0.32
Hex 70 3D 35 0 2E 35 38 8 24 20
Octal 160 75 65 0 56 65 70 10 44 40
Binary 1110000 111101 110101 0 101110 110101 111000 1000 100100 100000

Color Harmonies of #703D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D35

Black with #703D35

Text Example


Text Example

White with #703D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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