Html Css Color HEX #704C39 Old Copper

📋 copy color: '#704C39'

red 112 ◦ green 76 ◦ blue 57

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

Shades of Old Copper #704C39

Tints of Old Copper #704C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.27%

R = 45.71%
G = 31.02%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#704C39 (or 0x704C39) is known color: Old Copper. HEX triplet: 70, 4C and 39. RGB value is (112,76,57). Sum of RGB (Red+Green+Blue) = 112+76+57=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C39 is #8FB3C6. Grayscale: #545454. Windows color (decimal): -9417671 or 3755120. OLE color: 3755120.

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

Color convert

RGB 112 76 57 -
CMYK 0 0.32 0.49 0.56
HSL 20.73º 0.33% 0.33% -
HSV(B) 20.73º 0.49% 0.44% -
XYZ 10.01 8.91 5.06 -
YUV 84.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 112 76 57 0 0.32 0.49 0.56 20.73 0.33 0.33
Hex 70 4C 39 0 20 31 38 15 21 21
Octal 160 114 71 0 40 61 70 25 41 41
Binary 1110000 1001100 111001 0 100000 110001 111000 10101 100001 100001

Color Harmonies of #704C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C39

Black with #704C39

Text Example


Text Example

White with #704C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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