Html Css Color HEX #703F3A Metallic Copper

📋 copy color: '#703F3A'

red 112 ◦ green 63 ◦ blue 58

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

Shades of Metallic Copper #703F3A

Tints of Metallic Copper #703F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 27.04%

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

R = 48.07%
G = 27.04%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#703F3A (or 0x703F3A) is known color: Metallic Copper. HEX triplet: 70, 3F and 3A. RGB value is (112,63,58). Sum of RGB (Red+Green+Blue) = 112+63+58=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #703F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F3A is #8FC0C5. Grayscale: #4D4D4D. Windows color (decimal): -9420998 or 3817328. OLE color: 3817328.

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

Color convert

RGB 112 63 58 -
CMYK 0 0.44 0.48 0.56
HSL 5.56º 0.32% 0.33% -
HSV(B) 5.56º 0.48% 0.44% -
XYZ 9.22 7.31 4.93 -
YUV 77.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 112 63 58 0 0.44 0.48 0.56 5.56 0.32 0.33
Hex 70 3F 3A 0 2C 30 38 6 20 21
Octal 160 77 72 0 54 60 70 6 40 41
Binary 1110000 111111 111010 0 101100 110000 111000 110 100000 100001

Color Harmonies of #703F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F3A

Black with #703F3A

Text Example


Text Example

White with #703F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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