Html Css Color HEX #703F39 Metallic Copper

📋 copy color: '#703F39'

red 112 ◦ green 63 ◦ blue 57

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

Shades of Metallic Copper #703F39

Tints of Metallic Copper #703F39

RGB

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

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

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

R = 48.28%
G = 27.16%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#703F39 (or 0x703F39) is known color: Metallic Copper. HEX triplet: 70, 3F and 39. RGB value is (112,63,57). Sum of RGB (Red+Green+Blue) = 112+63+57=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F39 is #8FC0C6. Grayscale: #4D4D4D. Windows color (decimal): -9420999 or 3751792. OLE color: 3751792.

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

Color convert

RGB 112 63 57 -
CMYK 0 0.44 0.49 0.56
HSL 6.55º 0.33% 0.33% -
HSV(B) 6.55º 0.49% 0.44% -
XYZ 9.2 7.3 4.79 -
YUV 76.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 112 63 57 0 0.44 0.49 0.56 6.55 0.33 0.33
Hex 70 3F 39 0 2C 31 38 7 21 21
Octal 160 77 71 0 54 61 70 7 41 41
Binary 1110000 111111 111001 0 101100 110001 111000 111 100001 100001

Color Harmonies of #703F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F39

Black with #703F39

Text Example


Text Example

White with #703F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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