Html Css Color HEX #704D35 Old Copper

📋 copy color: '#704D35'

red 112 ◦ green 77 ◦ blue 53

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

Shades of Old Copper #704D35

Tints of Old Copper #704D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

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

R = 46.28%
G = 31.82%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704D35 (or 0x704D35) is known color: Old Copper. HEX triplet: 70, 4D and 35. RGB value is (112,77,53). Sum of RGB (Red+Green+Blue) = 112+77+53=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #704D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D35 is #8FB2CA. Grayscale: #545454. Windows color (decimal): -9417419 or 3493232. OLE color: 3493232.

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

Color convert

RGB 112 77 53 -
CMYK 0 0.31 0.53 0.56
HSL 24.41º 0.36% 0.32% -
HSV(B) 24.41º 0.53% 0.44% -
XYZ 9.98 9.01 4.58 -
YUV 84.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 112 77 53 0 0.31 0.53 0.56 24.41 0.36 0.32
Hex 70 4D 35 0 1F 35 38 18 24 20
Octal 160 115 65 0 37 65 70 30 44 40
Binary 1110000 1001101 110101 0 11111 110101 111000 11000 100100 100000

Color Harmonies of #704D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D35

Black with #704D35

Text Example


Text Example

White with #704D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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