Html Css Color HEX #704E3C Old Copper

📋 copy color: '#704E3C'

red 112 ◦ green 78 ◦ blue 60

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

Shades of Old Copper #704E3C

Tints of Old Copper #704E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.2%

 BLUE value IS 60 (23.83% from 255) = 24%

R = 44.8%
G = 31.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#704E3C (or 0x704E3C) is known color: Old Copper. HEX triplet: 70, 4E and 3C. RGB value is (112,78,60). Sum of RGB (Red+Green+Blue) = 112+78+60=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E3C is #8FB1C3. Grayscale: #565656. Windows color (decimal): -9417156 or 3952240. OLE color: 3952240.

HSL color Cylindrical-coordinate representation of color #704E3C: hue angle of 20.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704E3C is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 60 -
CMYK 0 0.30 0.46 0.56
HSL 20.77º 0.3% 0.34% -
HSV(B) 20.77º 0.46% 0.44% -
XYZ 10.22 9.22 5.52 -
YUV 86.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 112 78 60 0 0.30 0.46 0.56 20.77 0.3 0.34
Hex 70 4E 3C 0 1E 2E 38 15 1E 22
Octal 160 116 74 0 36 56 70 25 36 42
Binary 1110000 1001110 111100 0 11110 101110 111000 10101 11110 100010

Color Harmonies of #704E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E3C

Black with #704E3C

Text Example


Text Example

White with #704E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,78,60); }

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

background-color css

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

 a { background-color: rgb(112,78,60); }

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

border-color css

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

 span { border-color: rgb(112,78,60); }

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