Html Css Color HEX #70412E Copper Canyon

📋 copy color: '#70412E'

red 112 ◦ green 65 ◦ blue 46

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

Shades of Copper Canyon #70412E

Tints of Copper Canyon #70412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 46 (18.36% from 255) = 20.63%

R = 50.22%
G = 29.15%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#70412E (or 0x70412E) is known color: Copper Canyon. HEX triplet: 70, 41 and 2E. RGB value is (112,65,46). Sum of RGB (Red+Green+Blue) = 112+65+46=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70412E is #8FBED1. Grayscale: #4D4D4D. Windows color (decimal): -9420498 or 3031408. OLE color: 3031408.

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

Color convert

RGB 112 65 46 -
CMYK 0 0.42 0.59 0.56
HSL 17.27º 0.42% 0.31% -
HSV(B) 17.27º 0.59% 0.44% -
XYZ 9.07 7.42 3.54 -
YUV 76.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 112 65 46 0 0.42 0.59 0.56 17.27 0.42 0.31
Hex 70 41 2E 0 2A 3B 38 11 2A 1F
Octal 160 101 56 0 52 73 70 21 52 37
Binary 1110000 1000001 101110 0 101010 111011 111000 10001 101010 11111

Color Harmonies of #70412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70412E

Black with #70412E

Text Example


Text Example

White with #70412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70412E; }

 p { color: rgb(112,65,46); }

 H1.HeaderClassName
 {
   color: #70412E;
 }
 .AnyTagClassName
 {
   color: #70412E;
 }
</style>

background-color css

<style>
 a { background-color: #70412E; }

 a { background-color: rgb(112,65,46); }

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

border-color css

<style>
 span { border-color: #70412E; }

 span { border-color: rgb(112,65,46); }

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