Html Css Color HEX #704239 Metallic Copper

📋 copy color: '#704239'

red 112 ◦ green 66 ◦ blue 57

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

Shades of Metallic Copper #704239

Tints of Metallic Copper #704239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 47.66%
G = 28.09%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#704239 (or 0x704239) is known color: Metallic Copper. HEX triplet: 70, 42 and 39. RGB value is (112,66,57). Sum of RGB (Red+Green+Blue) = 112+66+57=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704239 is #8FBDC6. Grayscale: #4E4E4E. Windows color (decimal): -9420231 or 3752560. OLE color: 3752560.

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

Color convert

RGB 112 66 57 -
CMYK 0 0.41 0.49 0.56
HSL 9.82º 0.33% 0.33% -
HSV(B) 9.82º 0.49% 0.44% -
XYZ 9.37 7.64 4.85 -
YUV 78.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 112 66 57 0 0.41 0.49 0.56 9.82 0.33 0.33
Hex 70 42 39 0 29 31 38 A 21 21
Octal 160 102 71 0 51 61 70 12 41 41
Binary 1110000 1000010 111001 0 101001 110001 111000 1010 100001 100001

Color Harmonies of #704239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704239

Black with #704239

Text Example


Text Example

White with #704239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704239; }

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

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

background-color css

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

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

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

border-color css

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

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

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