#70413B

Color #70413B Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #70413B

Tints of Metallic Copper #70413B

Color information

#70413B (or 0x70413B) is unknown color: approx Metallic Copper. HEX triplet: 70, 41 and 3B. RGB value is (112,65,59). Sum of RGB (Red+Green+Blue) = 112+65+59=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70413B is #8FBEC4. Grayscale: #4E4E4E. Windows color (decimal): -9420485 or 3883376. OLE color: 3883376.

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

Color convert

RGB1126559-
CMYK00.420.470.56
HSL6.79º30.99%33.53%-
HSV(B)6.79º47.32%43.92%-
XYZ9.367.545.1-
YUV78.37117.07151.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 59 (23.44% from 255) = 25%
R=47.46%
G=27.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112655900.420.470.566.7930.9933.53
Hex70413B02A2F3871f22
Octal16010173052577073742
Binary11100001000001111011010101010111111100011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70413B; }

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

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

<style>
 a { background-color: #70413B; }

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

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

<style>
 span { border-color: #70413B; }

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

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