#70423A

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

Shades of Metallic Copper #70423A

Tints of Metallic Copper #70423A

Color information

#70423A (or 0x70423A) is unknown color: approx Metallic Copper. HEX triplet: 70, 42 and 3A. RGB value is (112,66,58). Sum of RGB (Red+Green+Blue) = 112+66+58=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70423A is #8FBDC5. Grayscale: #4E4E4E. Windows color (decimal): -9420230 or 3818096. OLE color: 3818096.

HSL color Cylindrical-coordinate representation of color #70423A: hue angle of 8.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70423A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1126658-
CMYK00.410.480.56
HSL8.89º31.76%33.33%-
HSV(B)8.89º48.21%43.92%-
XYZ9.397.654.98-
YUV78.84116.24151.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=47.46%
G=27.97%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112665800.410.480.568.8931.7633.33
Hex70423A029303892021
Octal160102720516070114041
Binary1110000100001011101001010011100001110001001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70423A; }

 p { color: rgb(112,66,58); }

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

<style>
 a { background-color: #70423A; }

 a { background-color: rgb(112,66,58); }

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

<style>
 span { border-color: #70423A; }

 span { border-color: rgb(112,66,58); }

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