Html Css Color HEX #703F2D Copper Canyon

📋 copy color: '#703F2D'

red 112 ◦ green 63 ◦ blue 45

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

Shades of Copper Canyon #703F2D

Tints of Copper Canyon #703F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 50.91%
G = 28.64%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#703F2D (or 0x703F2D) is known color: Copper Canyon. HEX triplet: 70, 3F and 2D. RGB value is (112,63,45). Sum of RGB (Red+Green+Blue) = 112+63+45=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F2D is #8FC0D2. Grayscale: #4B4B4B. Windows color (decimal): -9421011 or 2965360. OLE color: 2965360.

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

Color convert

RGB 112 63 45 -
CMYK 0 0.44 0.60 0.56
HSL 16.12º 0.43% 0.31% -
HSV(B) 16.12º 0.6% 0.44% -
XYZ 8.93 7.19 3.4 -
YUV 75.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 112 63 45 0 0.44 0.60 0.56 16.12 0.43 0.31
Hex 70 3F 2D 0 2C 3C 38 10 2B 1F
Octal 160 77 55 0 54 74 70 20 53 37
Binary 1110000 111111 101101 0 101100 111100 111000 10000 101011 11111

Color Harmonies of #703F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F2D

Black with #703F2D

Text Example


Text Example

White with #703F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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