Html Css Color HEX #704439 Metallic Copper

📋 copy color: '#704439'

red 112 ◦ green 68 ◦ blue 57

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

Shades of Metallic Copper #704439

Tints of Metallic Copper #704439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 47.26%
G = 28.69%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#704439 (or 0x704439) is known color: Metallic Copper. HEX triplet: 70, 44 and 39. RGB value is (112,68,57). Sum of RGB (Red+Green+Blue) = 112+68+57=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704439 is #8FBBC6. Grayscale: #4F4F4F. Windows color (decimal): -9419719 or 3753072. OLE color: 3753072.

HSL color Cylindrical-coordinate representation of color #704439: hue angle of 12º 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 #704439 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 57 -
CMYK 0 0.39 0.49 0.56
HSL 12º 0.33% 0.33% -
HSV(B) 12º 0.49% 0.44% -
XYZ 9.49 7.87 4.89 -
YUV 79.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 112 68 57 0 0.39 0.49 0.56 12 0.33 0.33
Hex 70 44 39 0 27 31 38 C 21 21
Octal 160 104 71 0 47 61 70 14 41 41
Binary 1110000 1000100 111001 0 100111 110001 111000 1100 100001 100001

Color Harmonies of #704439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704439

Black with #704439

Text Example


Text Example

White with #704439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704439; }

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

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

background-color css

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

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

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

border-color css

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

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

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