#70412f

Color #70412F Copper Canyon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Canyon #70412F

Tints of Copper Canyon #70412F

Color information

#70412F (or 0x70412F) is unknown color: approx Copper Canyon. HEX triplet: 70, 41 and 2F. RGB value is (112,65,47). Sum of RGB (Red+Green+Blue) = 112+65+47=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70412F is #8FBED0. Grayscale: #4D4D4D. Windows color (decimal): -9420497 or 3096944. OLE color: 3096944.

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

Color convert

RGB1126547-
CMYK00.420.580.56
HSL16.62º40.88%31.18%-
HSV(B)16.62º58.04%43.92%-
XYZ9.097.433.64-
YUV77111.07152.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=50%
G=29.02%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112654700.420.580.5616.6240.8831.18
Hex70412F02A3A3811291f
Octal160101570527270215137
Binary1110000100000110111101010101110101110001000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70412f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70412f;
 }
 .AnyTagClassName
 {
   color: #70412f;
 }
</style>
background-color css

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

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

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

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

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

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