Html Css Color HEX #703E2C Copper Canyon

📋 copy color: '#703E2C'

red 112 ◦ green 62 ◦ blue 44

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

Shades of Copper Canyon #703E2C

Tints of Copper Canyon #703E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.44%

 BLUE value IS 44 (17.58% from 255) = 20.18%

R = 51.38%
G = 28.44%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#703E2C (or 0x703E2C) is known color: Copper Canyon. HEX triplet: 70, 3E and 2C. RGB value is (112,62,44). Sum of RGB (Red+Green+Blue) = 112+62+44=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E2C is #8FC1D3. Grayscale: #4B4B4B. Windows color (decimal): -9421268 or 2899568. OLE color: 2899568.

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

Color convert

RGB 112 62 44 -
CMYK 0 0.45 0.61 0.56
HSL 15.88º 0.44% 0.31% -
HSV(B) 15.88º 0.61% 0.44% -
XYZ 8.86 7.07 3.28 -
YUV 74.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 112 62 44 0 0.45 0.61 0.56 15.88 0.44 0.31
Hex 70 3E 2C 0 2D 3D 38 10 2C 1F
Octal 160 76 54 0 55 75 70 20 54 37
Binary 1110000 111110 101100 0 101101 111101 111000 10000 101100 11111

Color Harmonies of #703E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E2C

Black with #703E2C

Text Example


Text Example

White with #703E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,62,44); }

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

background-color css

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

 a { background-color: rgb(112,62,44); }

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

border-color css

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

 span { border-color: rgb(112,62,44); }

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