#703B33

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

Shades of Metallic Copper #703B33

Tints of Metallic Copper #703B33

Color information

#703B33 (or 0x703B33) is unknown color: approx Metallic Copper. HEX triplet: 70, 3B and 33. RGB value is (112,59,51). Sum of RGB (Red+Green+Blue) = 112+59+51=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #703B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B33 is #8FC4CC. Grayscale: #4A4A4A. Windows color (decimal): -9422029 or 3357552. OLE color: 3357552.

HSL color Cylindrical-coordinate representation of color #703B33: hue angle of 7.87º 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 #703B33 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1125951-
CMYK00.470.540.56
HSL7.87º37.42%31.96%-
HSV(B)7.87º54.46%43.92%-
XYZ8.846.813.98-
YUV73.94115.06155.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=50.45%
G=26.58%
B=22.97%

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
Decimal112595100.470.540.567.8737.4231.96
Hex703B3302F363882520
Octal16073630576670104540
Binary111000011101111001101011111101101110001000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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