Html Css Color HEX #704D37 Old Copper

📋 copy color: '#704D37'

red 112 ◦ green 77 ◦ blue 55

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

Shades of Old Copper #704D37

Tints of Old Copper #704D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

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

R = 45.9%
G = 31.56%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#704D37 (or 0x704D37) is known color: Old Copper. HEX triplet: 70, 4D and 37. RGB value is (112,77,55). Sum of RGB (Red+Green+Blue) = 112+77+55=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #704D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D37 is #8FB2C8. Grayscale: #555555. Windows color (decimal): -9417417 or 3624304. OLE color: 3624304.

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

Color convert

RGB 112 77 55 -
CMYK 0 0.31 0.51 0.56
HSL 23.16º 0.34% 0.33% -
HSV(B) 23.16º 0.51% 0.44% -
XYZ 10.03 9.03 4.83 -
YUV 84.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 112 77 55 0 0.31 0.51 0.56 23.16 0.34 0.33
Hex 70 4D 37 0 1F 33 38 17 22 21
Octal 160 115 67 0 37 63 70 27 42 41
Binary 1110000 1001101 110111 0 11111 110011 111000 10111 100010 100001

Color Harmonies of #704D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D37

Black with #704D37

Text Example


Text Example

White with #704D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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