Html Css Color HEX #703F34 Metallic Copper

📋 copy color: '#703F34'

red 112 ◦ green 63 ◦ blue 52

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

Shades of Metallic Copper #703F34

Tints of Metallic Copper #703F34

RGB

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

 GREEN value IS 63 (25% from 255) = 27.75%

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 49.34%
G = 27.75%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703F34 (or 0x703F34) is known color: Metallic Copper. HEX triplet: 70, 3F and 34. RGB value is (112,63,52). Sum of RGB (Red+Green+Blue) = 112+63+52=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #703F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F34 is #8FC0CB. Grayscale: #4C4C4C. Windows color (decimal): -9421004 or 3424112. OLE color: 3424112.

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

Color convert

RGB 112 63 52 -
CMYK 0 0.44 0.54 0.56
HSL 11º 0.37% 0.32% -
HSV(B) 11º 0.54% 0.44% -
XYZ 9.08 7.25 4.17 -
YUV 76.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 112 63 52 0 0.44 0.54 0.56 11 0.37 0.32
Hex 70 3F 34 0 2C 36 38 B 25 20
Octal 160 77 64 0 54 66 70 13 45 40
Binary 1110000 111111 110100 0 101100 110110 111000 1011 100101 100000

Color Harmonies of #703F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F34

Black with #703F34

Text Example


Text Example

White with #703F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,63,52); }

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

background-color css

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

 a { background-color: rgb(112,63,52); }

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

border-color css

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

 span { border-color: rgb(112,63,52); }

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