Html Css Color HEX #704939 Old Copper

📋 copy color: '#704939'

red 112 ◦ green 73 ◦ blue 57

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

Shades of Old Copper #704939

Tints of Old Copper #704939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 46.28%
G = 30.17%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#704939 (or 0x704939) is known color: Old Copper. HEX triplet: 70, 49 and 39. RGB value is (112,73,57). Sum of RGB (Red+Green+Blue) = 112+73+57=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704939 is #8FB6C6. Grayscale: #525252. Windows color (decimal): -9418439 or 3754352. OLE color: 3754352.

HSL color Cylindrical-coordinate representation of color #704939: hue angle of 17.45º 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 #704939 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 57 -
CMYK 0 0.35 0.49 0.56
HSL 17.45º 0.33% 0.33% -
HSV(B) 17.45º 0.49% 0.44% -
XYZ 9.8 8.51 5 -
YUV 82.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 112 73 57 0 0.35 0.49 0.56 17.45 0.33 0.33
Hex 70 49 39 0 23 31 38 11 21 21
Octal 160 111 71 0 43 61 70 21 41 41
Binary 1110000 1001001 111001 0 100011 110001 111000 10001 100001 100001

Color Harmonies of #704939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704939

Black with #704939

Text Example


Text Example

White with #704939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704939; }

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

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

background-color css

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

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

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

border-color css

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

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

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