Html Css Color HEX #703F2B Copper Canyon

📋 copy color: '#703F2B'

red 112 ◦ green 63 ◦ blue 43

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

Shades of Copper Canyon #703F2B

Tints of Copper Canyon #703F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 51.38%
G = 28.9%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#703F2B (or 0x703F2B) is known color: Copper Canyon. HEX triplet: 70, 3F and 2B. RGB value is (112,63,43). Sum of RGB (Red+Green+Blue) = 112+63+43=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F2B is #8FC0D4. Grayscale: #4B4B4B. Windows color (decimal): -9421013 or 2834288. OLE color: 2834288.

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

Color convert

RGB 112 63 43 -
CMYK 0 0.44 0.62 0.56
HSL 17.39º 0.45% 0.3% -
HSV(B) 17.39º 0.62% 0.44% -
XYZ 8.9 7.17 3.2 -
YUV 75.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 112 63 43 0 0.44 0.62 0.56 17.39 0.45 0.3
Hex 70 3F 2B 0 2C 3E 38 11 2D 1E
Octal 160 77 53 0 54 76 70 21 55 36
Binary 1110000 111111 101011 0 101100 111110 111000 10001 101101 11110

Color Harmonies of #703F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F2B

Black with #703F2B

Text Example


Text Example

White with #703F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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