Html Css Color HEX #704C35 Old Copper

📋 copy color: '#704C35'

red 112 ◦ green 76 ◦ blue 53

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

Shades of Old Copper #704C35

Tints of Old Copper #704C35

RGB

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

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

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

R = 46.47%
G = 31.54%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704C35 (or 0x704C35) is known color: Old Copper. HEX triplet: 70, 4C and 35. RGB value is (112,76,53). Sum of RGB (Red+Green+Blue) = 112+76+53=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C35 is #8FB3CA. Grayscale: #545454. Windows color (decimal): -9417675 or 3492976. OLE color: 3492976.

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

Color convert

RGB 112 76 53 -
CMYK 0 0.32 0.53 0.56
HSL 23.39º 0.36% 0.32% -
HSV(B) 23.39º 0.53% 0.44% -
XYZ 9.91 8.87 4.56 -
YUV 84.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 112 76 53 0 0.32 0.53 0.56 23.39 0.36 0.32
Hex 70 4C 35 0 20 35 38 17 24 20
Octal 160 114 65 0 40 65 70 27 44 40
Binary 1110000 1001100 110101 0 100000 110101 111000 10111 100100 100000

Color Harmonies of #704C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C35

Black with #704C35

Text Example


Text Example

White with #704C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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