Html Css Color HEX #703F32 Metallic Copper

📋 copy color: '#703F32'

red 112 ◦ green 63 ◦ blue 50

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

Shades of Metallic Copper #703F32

Tints of Metallic Copper #703F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 49.78%
G = 28%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#703F32 (or 0x703F32) is known color: Metallic Copper. HEX triplet: 70, 3F and 32. RGB value is (112,63,50). Sum of RGB (Red+Green+Blue) = 112+63+50=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #703F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F32 is #8FC0CD. Grayscale: #4C4C4C. Windows color (decimal): -9421006 or 3293040. OLE color: 3293040.

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

Color convert

RGB 112 63 50 -
CMYK 0 0.44 0.55 0.56
HSL 12.58º 0.38% 0.32% -
HSV(B) 12.58º 0.55% 0.44% -
XYZ 9.04 7.23 3.94 -
YUV 76.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 112 63 50 0 0.44 0.55 0.56 12.58 0.38 0.32
Hex 70 3F 32 0 2C 37 38 D 26 20
Octal 160 77 62 0 54 67 70 15 46 40
Binary 1110000 111111 110010 0 101100 110111 111000 1101 100110 100000

Color Harmonies of #703F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F32

Black with #703F32

Text Example


Text Example

White with #703F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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