Html Css Color HEX #704139 Metallic Copper

📋 copy color: '#704139'

red 112 ◦ green 65 ◦ blue 57

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

Shades of Metallic Copper #704139

Tints of Metallic Copper #704139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 47.86%
G = 27.78%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#704139 (or 0x704139) is known color: Metallic Copper. HEX triplet: 70, 41 and 39. RGB value is (112,65,57). Sum of RGB (Red+Green+Blue) = 112+65+57=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704139 is #8FBEC6. Grayscale: #4E4E4E. Windows color (decimal): -9420487 or 3752304. OLE color: 3752304.

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

Color convert

RGB 112 65 57 -
CMYK 0 0.42 0.49 0.56
HSL 8.73º 0.33% 0.33% -
HSV(B) 8.73º 0.49% 0.44% -
XYZ 9.31 7.52 4.83 -
YUV 78.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 112 65 57 0 0.42 0.49 0.56 8.73 0.33 0.33
Hex 70 41 39 0 2A 31 38 9 21 21
Octal 160 101 71 0 52 61 70 11 41 41
Binary 1110000 1000001 111001 0 101010 110001 111000 1001 100001 100001

Color Harmonies of #704139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704139

Black with #704139

Text Example


Text Example

White with #704139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704139; }

 p { color: rgb(112,65,57); }

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

background-color css

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

 a { background-color: rgb(112,65,57); }

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

border-color css

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

 span { border-color: rgb(112,65,57); }

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