Html Css Color HEX #703D2E Metallic Copper

📋 copy color: '#703D2E'

red 112 ◦ green 61 ◦ blue 46

#703D2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Copper #703D2E

Tints of Metallic Copper #703D2E

RGB

 RED value IS 112 (44.14% from 255) = 51.14%

 GREEN value IS 61 (24.22% from 255) = 27.85%

 BLUE value IS 46 (18.36% from 255) = 21%

R = 51.14%
G = 27.85%
B = 21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#703D2E (or 0x703D2E) is known color: Metallic Copper. HEX triplet: 70, 3D and 2E. RGB value is (112,61,46). Sum of RGB (Red+Green+Blue) = 112+61+46=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #703D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D2E is #8FC2D1. Grayscale: #4A4A4A. Windows color (decimal): -9421522 or 3030384. OLE color: 3030384.

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

Color convert

RGB 112 61 46 -
CMYK 0 0.46 0.59 0.56
HSL 13.64º 0.42% 0.31% -
HSV(B) 13.64º 0.59% 0.44% -
XYZ 8.84 6.98 3.47 -
YUV 74.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 112 61 46 0 0.46 0.59 0.56 13.64 0.42 0.31
Hex 70 3D 2E 0 2E 3B 38 E 2A 1F
Octal 160 75 56 0 56 73 70 16 52 37
Binary 1110000 111101 101110 0 101110 111011 111000 1110 101010 11111

Color Harmonies of #703D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D2E

Black with #703D2E

Text Example


Text Example

White with #703D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #703D2E;
 }
 .AnyTagClassName
 {
   color: #703D2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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