Html Css Color HEX #70513B Old Copper

📋 copy color: '#70513B'

red 112 ◦ green 81 ◦ blue 59

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

Shades of Old Copper #70513B

Tints of Old Copper #70513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 44.44%
G = 32.14%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70513B (or 0x70513B) is known color: Old Copper. HEX triplet: 70, 51 and 3B. RGB value is (112,81,59). Sum of RGB (Red+Green+Blue) = 112+81+59=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70513B is #8FAEC4. Grayscale: #575757. Windows color (decimal): -9416389 or 3887472. OLE color: 3887472.

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

Color convert

RGB 112 81 59 -
CMYK 0 0.28 0.47 0.56
HSL 24.91º 0.31% 0.34% -
HSV(B) 24.91º 0.47% 0.44% -
XYZ 10.41 9.65 5.45 -
YUV 87.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 112 81 59 0 0.28 0.47 0.56 24.91 0.31 0.34
Hex 70 51 3B 0 1C 2F 38 19 1F 22
Octal 160 121 73 0 34 57 70 31 37 42
Binary 1110000 1010001 111011 0 11100 101111 111000 11001 11111 100010

Color Harmonies of #70513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70513B

Black with #70513B

Text Example


Text Example

White with #70513B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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