Html Css Color HEX #704539 Metallic Copper

📋 copy color: '#704539'

red 112 ◦ green 69 ◦ blue 57

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

Shades of Metallic Copper #704539

Tints of Metallic Copper #704539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

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

R = 47.06%
G = 28.99%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#704539 (or 0x704539) is known color: Metallic Copper. HEX triplet: 70, 45 and 39. RGB value is (112,69,57). Sum of RGB (Red+Green+Blue) = 112+69+57=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #704539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704539 is #8FBAC6. Grayscale: #505050. Windows color (decimal): -9419463 or 3753328. OLE color: 3753328.

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

Color convert

RGB 112 69 57 -
CMYK 0 0.38 0.49 0.56
HSL 13.09º 0.33% 0.33% -
HSV(B) 13.09º 0.49% 0.44% -
XYZ 9.55 8 4.91 -
YUV 80.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 112 69 57 0 0.38 0.49 0.56 13.09 0.33 0.33
Hex 70 45 39 0 26 31 38 D 21 21
Octal 160 105 71 0 46 61 70 15 41 41
Binary 1110000 1000101 111001 0 100110 110001 111000 1101 100001 100001

Color Harmonies of #704539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704539

Black with #704539

Text Example


Text Example

White with #704539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704539; }

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

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

background-color css

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

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

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

border-color css

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

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

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