Html Css Color HEX #704237 Metallic Copper

📋 copy color: '#704237'

red 112 ◦ green 66 ◦ blue 55

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

Shades of Metallic Copper #704237

Tints of Metallic Copper #704237

RGB

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

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

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

R = 48.07%
G = 28.33%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#704237 (or 0x704237) is known color: Metallic Copper. HEX triplet: 70, 42 and 37. RGB value is (112,66,55). Sum of RGB (Red+Green+Blue) = 112+66+55=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704237 is #8FBDC8. Grayscale: #4E4E4E. Windows color (decimal): -9420233 or 3621488. OLE color: 3621488.

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

Color convert

RGB 112 66 55 -
CMYK 0 0.41 0.51 0.56
HSL 11.58º 0.34% 0.33% -
HSV(B) 11.58º 0.51% 0.44% -
XYZ 9.32 7.62 4.59 -
YUV 78.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 112 66 55 0 0.41 0.51 0.56 11.58 0.34 0.33
Hex 70 42 37 0 29 33 38 C 22 21
Octal 160 102 67 0 51 63 70 14 42 41
Binary 1110000 1000010 110111 0 101001 110011 111000 1100 100010 100001

Color Harmonies of #704237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704237

Black with #704237

Text Example


Text Example

White with #704237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704237; }

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

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

background-color css

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

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

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

border-color css

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

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

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