Html Css Color HEX #704C34 Old Copper

📋 copy color: '#704C34'

red 112 ◦ green 76 ◦ blue 52

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

Shades of Old Copper #704C34

Tints of Old Copper #704C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.67%

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

R = 46.67%
G = 31.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704C34 (or 0x704C34) is known color: Old Copper. HEX triplet: 70, 4C and 34. RGB value is (112,76,52). Sum of RGB (Red+Green+Blue) = 112+76+52=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #704C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C34 is #8FB3CB. Grayscale: #545454. Windows color (decimal): -9417676 or 3427440. OLE color: 3427440.

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

Color convert

RGB 112 76 52 -
CMYK 0 0.32 0.54 0.56
HSL 24º 0.37% 0.32% -
HSV(B) 24º 0.54% 0.44% -
XYZ 9.89 8.86 4.44 -
YUV 84.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 112 76 52 0 0.32 0.54 0.56 24 0.37 0.32
Hex 70 4C 34 0 20 36 38 18 25 20
Octal 160 114 64 0 40 66 70 30 45 40
Binary 1110000 1001100 110100 0 100000 110110 111000 11000 100101 100000

Color Harmonies of #704C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C34

Black with #704C34

Text Example


Text Example

White with #704C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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