Html Css Color HEX #704937 Old Copper

📋 copy color: '#704937'

red 112 ◦ green 73 ◦ blue 55

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

Shades of Old Copper #704937

Tints of Old Copper #704937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

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

R = 46.67%
G = 30.42%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#704937 (or 0x704937) is known color: Old Copper. HEX triplet: 70, 49 and 37. RGB value is (112,73,55). Sum of RGB (Red+Green+Blue) = 112+73+55=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #704937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704937 is #8FB6C8. Grayscale: #525252. Windows color (decimal): -9418441 or 3623280. OLE color: 3623280.

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

Color convert

RGB 112 73 55 -
CMYK 0 0.35 0.51 0.56
HSL 18.95º 0.34% 0.33% -
HSV(B) 18.95º 0.51% 0.44% -
XYZ 9.75 8.49 4.74 -
YUV 82.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 112 73 55 0 0.35 0.51 0.56 18.95 0.34 0.33
Hex 70 49 37 0 23 33 38 13 22 21
Octal 160 111 67 0 43 63 70 23 42 41
Binary 1110000 1001001 110111 0 100011 110011 111000 10011 100010 100001

Color Harmonies of #704937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704937

Black with #704937

Text Example


Text Example

White with #704937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704937; }

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

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

background-color css

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

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

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

border-color css

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

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

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