Html Css Color HEX #704E35 Old Copper

📋 copy color: '#704E35'

red 112 ◦ green 78 ◦ blue 53

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

Shades of Old Copper #704E35

Tints of Old Copper #704E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.81%

R = 46.09%
G = 32.1%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704E35 (or 0x704E35) is known color: Old Copper. HEX triplet: 70, 4E and 35. RGB value is (112,78,53). Sum of RGB (Red+Green+Blue) = 112+78+53=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E35 is #8FB1CA. Grayscale: #555555. Windows color (decimal): -9417163 or 3493488. OLE color: 3493488.

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

Color convert

RGB 112 78 53 -
CMYK 0 0.30 0.53 0.56
HSL 25.42º 0.36% 0.32% -
HSV(B) 25.42º 0.53% 0.44% -
XYZ 10.05 9.15 4.6 -
YUV 85.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 112 78 53 0 0.30 0.53 0.56 25.42 0.36 0.32
Hex 70 4E 35 0 1E 35 38 19 24 20
Octal 160 116 65 0 36 65 70 31 44 40
Binary 1110000 1001110 110101 0 11110 110101 111000 11001 100100 100000

Color Harmonies of #704E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E35

Black with #704E35

Text Example


Text Example

White with #704E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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