Html Css Color HEX #70543D Old Copper

📋 copy color: '#70543D'

red 112 ◦ green 84 ◦ blue 61

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

Shades of Old Copper #70543D

Tints of Old Copper #70543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 43.58%
G = 32.68%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70543D (or 0x70543D) is known color: Old Copper. HEX triplet: 70, 54 and 3D. RGB value is (112,84,61). Sum of RGB (Red+Green+Blue) = 112+84+61=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70543D is #8FABC2. Grayscale: #595959. Windows color (decimal): -9415619 or 4019312. OLE color: 4019312.

HSL color Cylindrical-coordinate representation of color #70543D: hue angle of 27.06º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70543D is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 84 61 -
CMYK 0 0.25 0.46 0.56
HSL 27.06º 0.29% 0.34% -
HSV(B) 27.06º 0.46% 0.44% -
XYZ 10.69 10.12 5.81 -
YUV 89.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 112 84 61 0 0.25 0.46 0.56 27.06 0.29 0.34
Hex 70 54 3D 0 19 2E 38 1B 1D 22
Octal 160 124 75 0 31 56 70 33 35 42
Binary 1110000 1010100 111101 0 11001 101110 111000 11011 11101 100010

Color Harmonies of #70543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70543D

Black with #70543D

Text Example


Text Example

White with #70543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70543D; }

 p { color: rgb(112,84,61); }

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

background-color css

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

 a { background-color: rgb(112,84,61); }

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

border-color css

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

 span { border-color: rgb(112,84,61); }

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