Html Css Color HEX #704337 Metallic Copper

📋 copy color: '#704337'

red 112 ◦ green 67 ◦ blue 55

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

Shades of Metallic Copper #704337

Tints of Metallic Copper #704337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

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

R = 47.86%
G = 28.63%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#704337 (or 0x704337) is known color: Metallic Copper. HEX triplet: 70, 43 and 37. RGB value is (112,67,55). Sum of RGB (Red+Green+Blue) = 112+67+55=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704337 is #8FBCC8. Grayscale: #4F4F4F. Windows color (decimal): -9419977 or 3621744. OLE color: 3621744.

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

Color convert

RGB 112 67 55 -
CMYK 0 0.40 0.51 0.56
HSL 12.63º 0.34% 0.33% -
HSV(B) 12.63º 0.51% 0.44% -
XYZ 9.38 7.73 4.61 -
YUV 79.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 112 67 55 0 0.40 0.51 0.56 12.63 0.34 0.33
Hex 70 43 37 0 28 33 38 D 22 21
Octal 160 103 67 0 50 63 70 15 42 41
Binary 1110000 1000011 110111 0 101000 110011 111000 1101 100010 100001

Color Harmonies of #704337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704337

Black with #704337

Text Example


Text Example

White with #704337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704337; }

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

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

background-color css

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

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

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

border-color css

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

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

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