Html Css Color HEX #70523F Old Copper

📋 copy color: '#70523F'

red 112 ◦ green 82 ◦ blue 63

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

Shades of Old Copper #70523F

Tints of Old Copper #70523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 63 (25% from 255) = 24.51%

R = 43.58%
G = 31.91%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70523F (or 0x70523F) is known color: Old Copper. HEX triplet: 70, 52 and 3F. RGB value is (112,82,63). Sum of RGB (Red+Green+Blue) = 112+82+63=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70523F is #8FADC0. Grayscale: #585858. Windows color (decimal): -9416129 or 4149872. OLE color: 4149872.

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

Color convert

RGB 112 82 63 -
CMYK 0 0.27 0.44 0.56
HSL 23.27º 0.28% 0.34% -
HSV(B) 23.27º 0.44% 0.44% -
XYZ 10.6 9.84 6.04 -
YUV 88.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 112 82 63 0 0.27 0.44 0.56 23.27 0.28 0.34
Hex 70 52 3F 0 1B 2C 38 17 1C 22
Octal 160 122 77 0 33 54 70 27 34 42
Binary 1110000 1010010 111111 0 11011 101100 111000 10111 11100 100010

Color Harmonies of #70523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70523F

Black with #70523F

Text Example


Text Example

White with #70523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70523F; }

 p { color: rgb(112,82,63); }

 H1.HeaderClassName
 {
   color: #70523F;
 }
 .AnyTagClassName
 {
   color: #70523F;
 }
</style>

background-color css

<style>
 a { background-color: #70523F; }

 a { background-color: rgb(112,82,63); }

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

border-color css

<style>
 span { border-color: #70523F; }

 span { border-color: rgb(112,82,63); }

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