Html Css Color HEX #704F34 Old Copper

📋 copy color: '#704F34'

red 112 ◦ green 79 ◦ blue 52

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

Shades of Old Copper #704F34

Tints of Old Copper #704F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 46.09%
G = 32.51%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704F34 (or 0x704F34) is known color: Old Copper. HEX triplet: 70, 4F and 34. RGB value is (112,79,52). Sum of RGB (Red+Green+Blue) = 112+79+52=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F34 is #8FB0CB. Grayscale: #555555. Windows color (decimal): -9416908 or 3428208. OLE color: 3428208.

HSL color Cylindrical-coordinate representation of color #704F34: hue angle of 27º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704F34 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 79 52 -
CMYK 0 0.29 0.54 0.56
HSL 27º 0.37% 0.32% -
HSV(B) 27º 0.54% 0.44% -
XYZ 10.1 9.28 4.51 -
YUV 85.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 112 79 52 0 0.29 0.54 0.56 27 0.37 0.32
Hex 70 4F 34 0 1D 36 38 1B 25 20
Octal 160 117 64 0 35 66 70 33 45 40
Binary 1110000 1001111 110100 0 11101 110110 111000 11011 100101 100000

Color Harmonies of #704F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F34

Black with #704F34

Text Example


Text Example

White with #704F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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