Html Css Color HEX #704137 Metallic Copper

📋 copy color: '#704137'

red 112 ◦ green 65 ◦ blue 55

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

Shades of Metallic Copper #704137

Tints of Metallic Copper #704137

RGB

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

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

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

R = 48.28%
G = 28.02%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#704137 (or 0x704137) is known color: Metallic Copper. HEX triplet: 70, 41 and 37. RGB value is (112,65,55). Sum of RGB (Red+Green+Blue) = 112+65+55=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704137 is #8FBEC8. Grayscale: #4E4E4E. Windows color (decimal): -9420489 or 3621232. OLE color: 3621232.

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

Color convert

RGB 112 65 55 -
CMYK 0 0.42 0.51 0.56
HSL 10.53º 0.34% 0.33% -
HSV(B) 10.53º 0.51% 0.44% -
XYZ 9.26 7.5 4.57 -
YUV 77.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 112 65 55 0 0.42 0.51 0.56 10.53 0.34 0.33
Hex 70 41 37 0 2A 33 38 B 22 21
Octal 160 101 67 0 52 63 70 13 42 41
Binary 1110000 1000001 110111 0 101010 110011 111000 1011 100010 100001

Color Harmonies of #704137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704137

Black with #704137

Text Example


Text Example

White with #704137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704137; }

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

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

background-color css

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

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

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

border-color css

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

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

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