#703B34

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

Shades of Metallic Copper #703B34

Tints of Metallic Copper #703B34

Color information

#703B34 (or 0x703B34) is unknown color: approx Metallic Copper. HEX triplet: 70, 3B and 34. RGB value is (112,59,52). Sum of RGB (Red+Green+Blue) = 112+59+52=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B34 is #8FC4CB. Grayscale: #4A4A4A. Windows color (decimal): -9422028 or 3423088. OLE color: 3423088.

HSL color Cylindrical-coordinate representation of color #703B34: hue angle of 7º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703B34 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1125952-
CMYK00.470.540.56
HSL36.59%32.16%-
HSV(B)53.57%43.92%-
XYZ8.876.824.1-
YUV74.05115.56155.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 59 (23.44% from 255) = 26.46%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=50.22%
G=26.46%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112595200.470.540.56736.5932.16
Hex703B3402F363872520
Octal1607364057667074540
Binary11100001110111101000101111110110111000111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703B34; }

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

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

<style>
 a { background-color: #703B34; }

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

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

<style>
 span { border-color: #703B34; }

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

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