Html Css Color HEX #703E38 Metallic Copper

📋 copy color: '#703E38'

red 112 ◦ green 62 ◦ blue 56

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

Shades of Metallic Copper #703E38

Tints of Metallic Copper #703E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.35%

R = 48.7%
G = 26.96%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#703E38 (or 0x703E38) is known color: Metallic Copper. HEX triplet: 70, 3E and 38. RGB value is (112,62,56). Sum of RGB (Red+Green+Blue) = 112+62+56=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E38 is #8FC1C7. Grayscale: #4C4C4C. Windows color (decimal): -9421256 or 3686000. OLE color: 3686000.

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

Color convert

RGB 112 62 56 -
CMYK 0 0.45 0.50 0.56
HSL 6.43º 0.33% 0.33% -
HSV(B) 6.43º 0.5% 0.44% -
XYZ 9.12 7.18 4.65 -
YUV 76.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 112 62 56 0 0.45 0.50 0.56 6.43 0.33 0.33
Hex 70 3E 38 0 2D 32 38 6 21 21
Octal 160 76 70 0 55 62 70 6 41 41
Binary 1110000 111110 111000 0 101101 110010 111000 110 100001 100001

Color Harmonies of #703E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E38

Black with #703E38

Text Example


Text Example

White with #703E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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