#703D30

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

Shades of Metallic Copper #703D30

Tints of Metallic Copper #703D30

Color information

#703D30 (or 0x703D30) is unknown color: approx Metallic Copper. HEX triplet: 70, 3D and 30. RGB value is (112,61,48). Sum of RGB (Red+Green+Blue) = 112+61+48=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D30 is #8FC2CF. Grayscale: #4A4A4A. Windows color (decimal): -9421520 or 3161456. OLE color: 3161456.

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

Color convert

RGB1126148-
CMYK00.460.570.56
HSL12.19º40%31.37%-
HSV(B)12.19º57.14%43.92%-
XYZ8.8873.68-
YUV74.77112.9154.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=50.68%
G=27.60%
B=21.72%

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
Decimal112614800.460.570.5612.194031.37
Hex703D3002E3938c281f
Octal16075600567170145037
Binary11100001111011100000101110111001111000110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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