Html Css Color HEX #704F3C Old Copper

📋 copy color: '#704F3C'

red 112 ◦ green 79 ◦ blue 60

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

Shades of Old Copper #704F3C

Tints of Old Copper #704F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.47%

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

R = 44.62%
G = 31.47%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#704F3C (or 0x704F3C) is known color: Old Copper. HEX triplet: 70, 4F and 3C. RGB value is (112,79,60). Sum of RGB (Red+Green+Blue) = 112+79+60=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F3C is #8FB0C3. Grayscale: #565656. Windows color (decimal): -9416900 or 3952496. OLE color: 3952496.

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

Color convert

RGB 112 79 60 -
CMYK 0 0.29 0.46 0.56
HSL 21.92º 0.3% 0.34% -
HSV(B) 21.92º 0.46% 0.44% -
XYZ 10.29 9.36 5.54 -
YUV 86.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 112 79 60 0 0.29 0.46 0.56 21.92 0.3 0.34
Hex 70 4F 3C 0 1D 2E 38 16 1E 22
Octal 160 117 74 0 35 56 70 26 36 42
Binary 1110000 1001111 111100 0 11101 101110 111000 10110 11110 100010

Color Harmonies of #704F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F3C

Black with #704F3C

Text Example


Text Example

White with #704F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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