Html Css Color HEX #704E34 Old Copper

📋 copy color: '#704E34'

red 112 ◦ green 78 ◦ blue 52

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

Shades of Old Copper #704E34

Tints of Old Copper #704E34

RGB

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

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

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

R = 46.28%
G = 32.23%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704E34 (or 0x704E34) is known color: Old Copper. HEX triplet: 70, 4E and 34. RGB value is (112,78,52). Sum of RGB (Red+Green+Blue) = 112+78+52=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E34 is #8FB1CB. Grayscale: #555555. Windows color (decimal): -9417164 or 3427952. OLE color: 3427952.

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

Color convert

RGB 112 78 52 -
CMYK 0 0.30 0.54 0.56
HSL 26º 0.37% 0.32% -
HSV(B) 26º 0.54% 0.44% -
XYZ 10.03 9.14 4.48 -
YUV 85.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 112 78 52 0 0.30 0.54 0.56 26 0.37 0.32
Hex 70 4E 34 0 1E 36 38 1A 25 20
Octal 160 116 64 0 36 66 70 32 45 40
Binary 1110000 1001110 110100 0 11110 110110 111000 11010 100101 100000

Color Harmonies of #704E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E34

Black with #704E34

Text Example


Text Example

White with #704E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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