Html Css Color HEX #704A39 Old Copper

📋 copy color: '#704A39'

red 112 ◦ green 74 ◦ blue 57

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

Shades of Old Copper #704A39

Tints of Old Copper #704A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

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

R = 46.09%
G = 30.45%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#704A39 (or 0x704A39) is known color: Old Copper. HEX triplet: 70, 4A and 39. RGB value is (112,74,57). Sum of RGB (Red+Green+Blue) = 112+74+57=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A39 is #8FB5C6. Grayscale: #535353. Windows color (decimal): -9418183 or 3754608. OLE color: 3754608.

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

Color convert

RGB 112 74 57 -
CMYK 0 0.34 0.49 0.56
HSL 18.55º 0.33% 0.33% -
HSV(B) 18.55º 0.49% 0.44% -
XYZ 9.87 8.64 5.02 -
YUV 83.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 112 74 57 0 0.34 0.49 0.56 18.55 0.33 0.33
Hex 70 4A 39 0 22 31 38 13 21 21
Octal 160 112 71 0 42 61 70 23 41 41
Binary 1110000 1001010 111001 0 100010 110001 111000 10011 100001 100001

Color Harmonies of #704A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A39

Black with #704A39

Text Example


Text Example

White with #704A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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