Html Css Color HEX #70402C Copper Canyon

📋 copy color: '#70402C'

red 112 ◦ green 64 ◦ blue 44

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

Shades of Copper Canyon #70402C

Tints of Copper Canyon #70402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

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

R = 50.91%
G = 29.09%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#70402C (or 0x70402C) is known color: Copper Canyon. HEX triplet: 70, 40 and 2C. RGB value is (112,64,44). Sum of RGB (Red+Green+Blue) = 112+64+44=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70402C is #8FBFD3. Grayscale: #4C4C4C. Windows color (decimal): -9420756 or 2900080. OLE color: 2900080.

HSL color Cylindrical-coordinate representation of color #70402C: hue angle of 17.65º 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 #70402C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 44 -
CMYK 0 0.43 0.61 0.56
HSL 17.65º 0.44% 0.31% -
HSV(B) 17.65º 0.61% 0.44% -
XYZ 8.97 7.29 3.32 -
YUV 76.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 112 64 44 0 0.43 0.61 0.56 17.65 0.44 0.31
Hex 70 40 2C 0 2B 3D 38 12 2C 1F
Octal 160 100 54 0 53 75 70 22 54 37
Binary 1110000 1000000 101100 0 101011 111101 111000 10010 101100 11111

Color Harmonies of #70402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70402C

Black with #70402C

Text Example


Text Example

White with #70402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70402C; }

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

 H1.HeaderClassName
 {
   color: #70402C;
 }
 .AnyTagClassName
 {
   color: #70402C;
 }
</style>

background-color css

<style>
 a { background-color: #70402C; }

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

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

border-color css

<style>
 span { border-color: #70402C; }

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

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