Html Css Color HEX #704037 Metallic Copper

📋 copy color: '#704037'

red 112 ◦ green 64 ◦ blue 55

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

Shades of Metallic Copper #704037

Tints of Metallic Copper #704037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 48.48%
G = 27.71%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#704037 (or 0x704037) is known color: Metallic Copper. HEX triplet: 70, 40 and 37. RGB value is (112,64,55). Sum of RGB (Red+Green+Blue) = 112+64+55=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704037 is #8FBFC8. Grayscale: #4D4D4D. Windows color (decimal): -9420745 or 3620976. OLE color: 3620976.

HSL color Cylindrical-coordinate representation of color #704037: hue angle of 9.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704037 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 55 -
CMYK 0 0.43 0.51 0.56
HSL 9.47º 0.34% 0.33% -
HSV(B) 9.47º 0.51% 0.44% -
XYZ 9.21 7.39 4.56 -
YUV 77.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 112 64 55 0 0.43 0.51 0.56 9.47 0.34 0.33
Hex 70 40 37 0 2B 33 38 9 22 21
Octal 160 100 67 0 53 63 70 11 42 41
Binary 1110000 1000000 110111 0 101011 110011 111000 1001 100010 100001

Color Harmonies of #704037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704037

Black with #704037

Text Example


Text Example

White with #704037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704037; }

 p { color: rgb(112,64,55); }

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

background-color css

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

 a { background-color: rgb(112,64,55); }

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

border-color css

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

 span { border-color: rgb(112,64,55); }

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