#703B35

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

Shades of Metallic Copper #703B35

Tints of Metallic Copper #703B35

Color information

#703B35 (or 0x703B35) is unknown color: approx Metallic Copper. HEX triplet: 70, 3B and 35. RGB value is (112,59,53). Sum of RGB (Red+Green+Blue) = 112+59+53=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #703B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B35 is #8FC4CA. Grayscale: #4A4A4A. Windows color (decimal): -9422027 or 3488624. OLE color: 3488624.

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

Color convert

RGB1125953-
CMYK00.470.530.56
HSL6.1º35.76%32.35%-
HSV(B)6.1º52.68%43.92%-
XYZ8.896.834.22-
YUV74.16116.06154.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 53 (21.09% from 255) = 23.66%
R=50%
G=26.34%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112595300.470.530.566.135.7632.35
Hex703B3502F353862420
Octal1607365057657064440
Binary11100001110111101010101111110101111000110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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