Html Css Color HEX #703E3A Metallic Copper

📋 copy color: '#703E3A'

red 112 ◦ green 62 ◦ blue 58

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

Shades of Metallic Copper #703E3A

Tints of Metallic Copper #703E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.72%

 BLUE value IS 58 (23.05% from 255) = 25%

R = 48.28%
G = 26.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#703E3A (or 0x703E3A) is known color: Metallic Copper. HEX triplet: 70, 3E and 3A. RGB value is (112,62,58). Sum of RGB (Red+Green+Blue) = 112+62+58=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E3A is #8FC1C5. Grayscale: #4C4C4C. Windows color (decimal): -9421254 or 3817072. OLE color: 3817072.

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

Color convert

RGB 112 62 58 -
CMYK 0 0.45 0.48 0.56
HSL 4.44º 0.32% 0.33% -
HSV(B) 4.44º 0.48% 0.44% -
XYZ 9.17 7.2 4.91 -
YUV 76.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 112 62 58 0 0.45 0.48 0.56 4.44 0.32 0.33
Hex 70 3E 3A 0 2D 30 38 4 20 21
Octal 160 76 72 0 55 60 70 4 40 41
Binary 1110000 111110 111010 0 101101 110000 111000 100 100000 100001

Color Harmonies of #703E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E3A

Black with #703E3A

Text Example


Text Example

White with #703E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,62,58); }

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

background-color css

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

 a { background-color: rgb(112,62,58); }

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

border-color css

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

 span { border-color: rgb(112,62,58); }

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