#70403A

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

Shades of Metallic Copper #70403A

Tints of Metallic Copper #70403A

Color information

#70403A (or 0x70403A) is unknown color: approx Metallic Copper. HEX triplet: 70, 40 and 3A. RGB value is (112,64,58). Sum of RGB (Red+Green+Blue) = 112+64+58=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70403A is #8FBFC5. Grayscale: #4D4D4D. Windows color (decimal): -9420742 or 3817584. OLE color: 3817584.

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

Color convert

RGB1126458-
CMYK00.430.480.56
HSL6.67º31.76%33.33%-
HSV(B)6.67º48.21%43.92%-
XYZ9.287.424.95-
YUV77.67116.9152.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=47.86%
G=27.35%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112645800.430.480.566.6731.7633.33
Hex70403A02B303872021
Octal16010072053607074041
Binary111000010000001110100101011110000111000111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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