Html Css Color HEX #703D39 Metallic Copper

📋 copy color: '#703D39'

red 112 ◦ green 61 ◦ blue 57

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

Shades of Metallic Copper #703D39

Tints of Metallic Copper #703D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.78%

R = 48.7%
G = 26.52%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#703D39 (or 0x703D39) is known color: Metallic Copper. HEX triplet: 70, 3D and 39. RGB value is (112,61,57). Sum of RGB (Red+Green+Blue) = 112+61+57=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D39 is #8FC2C6. Grayscale: #4B4B4B. Windows color (decimal): -9421511 or 3751280. OLE color: 3751280.

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

Color convert

RGB 112 61 57 -
CMYK 0 0.46 0.49 0.56
HSL 4.36º 0.33% 0.33% -
HSV(B) 4.36º 0.49% 0.44% -
XYZ 9.09 7.08 4.76 -
YUV 75.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 112 61 57 0 0.46 0.49 0.56 4.36 0.33 0.33
Hex 70 3D 39 0 2E 31 38 4 21 21
Octal 160 75 71 0 56 61 70 4 41 41
Binary 1110000 111101 111001 0 101110 110001 111000 100 100001 100001

Color Harmonies of #703D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D39

Black with #703D39

Text Example


Text Example

White with #703D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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