Html Css Color HEX #70513E Old Copper

📋 copy color: '#70513E'

red 112 ◦ green 81 ◦ blue 62

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

Shades of Old Copper #70513E

Tints of Old Copper #70513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.76%

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 43.92%
G = 31.76%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70513E (or 0x70513E) is known color: Old Copper. HEX triplet: 70, 51 and 3E. RGB value is (112,81,62). Sum of RGB (Red+Green+Blue) = 112+81+62=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513E is #8FAEC1. Grayscale: #585858. Windows color (decimal): -9416386 or 4084080. OLE color: 4084080.

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

Color convert

RGB 112 81 62 -
CMYK 0 0.28 0.45 0.56
HSL 22.8º 0.29% 0.34% -
HSV(B) 22.8º 0.45% 0.44% -
XYZ 10.49 9.68 5.87 -
YUV 88.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 112 81 62 0 0.28 0.45 0.56 22.8 0.29 0.34
Hex 70 51 3E 0 1C 2D 38 17 1D 22
Octal 160 121 76 0 34 55 70 27 35 42
Binary 1110000 1010001 111110 0 11100 101101 111000 10111 11101 100010

Color Harmonies of #70513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70513E

Black with #70513E

Text Example


Text Example

White with #70513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70513E; }

 p { color: rgb(112,81,62); }

 H1.HeaderClassName
 {
   color: #70513E;
 }
 .AnyTagClassName
 {
   color: #70513E;
 }
</style>

background-color css

<style>
 a { background-color: #70513E; }

 a { background-color: rgb(112,81,62); }

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

border-color css

<style>
 span { border-color: #70513E; }

 span { border-color: rgb(112,81,62); }

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