Html Css Color HEX #703D34 Metallic Copper

📋 copy color: '#703D34'

red 112 ◦ green 61 ◦ blue 52

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

Shades of Metallic Copper #703D34

Tints of Metallic Copper #703D34

RGB

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

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

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

R = 49.78%
G = 27.11%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#703D34 (or 0x703D34) is known color: Metallic Copper. HEX triplet: 70, 3D and 34. RGB value is (112,61,52). Sum of RGB (Red+Green+Blue) = 112+61+52=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D34 is #8FC2CB. Grayscale: #4B4B4B. Windows color (decimal): -9421516 or 3423600. OLE color: 3423600.

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

Color convert

RGB 112 61 52 -
CMYK 0 0.46 0.54 0.56
HSL 0.37% 0.32% -
HSV(B) 0.54% 0.44% -
XYZ 8.97 7.03 4.13 -
YUV 75.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 112 61 52 0 0.46 0.54 0.56 9 0.37 0.32
Hex 70 3D 34 0 2E 36 38 9 25 20
Octal 160 75 64 0 56 66 70 11 45 40
Binary 1110000 111101 110100 0 101110 110110 111000 1001 100101 100000

Color Harmonies of #703D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D34

Black with #703D34

Text Example


Text Example

White with #703D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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