#703C30

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

Shades of Metallic Copper #703C30

Tints of Metallic Copper #703C30

Color information

#703C30 (or 0x703C30) is unknown color: approx Metallic Copper. HEX triplet: 70, 3C and 30. RGB value is (112,60,48). Sum of RGB (Red+Green+Blue) = 112+60+48=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #703C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C30 is #8FC3CF. Grayscale: #4A4A4A. Windows color (decimal): -9421776 or 3161200. OLE color: 3161200.

HSL color Cylindrical-coordinate representation of color #703C30: hue angle of 11.25º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703C30 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1126048-
CMYK00.460.570.56
HSL11.25º40%31.37%-
HSV(B)11.25º57.14%43.92%-
XYZ8.836.893.66-
YUV74.18113.23154.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 48 (19.14% from 255) = 21.82%
R=50.91%
G=27.27%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112604800.460.570.5611.254031.37
Hex703C3002E3938b281f
Octal16074600567170135037
Binary11100001111001100000101110111001111000101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,60,48); }

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

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

 a { background-color: rgb(112,60,48); }

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

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

 span { border-color: rgb(112,60,48); }

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