Html Css Color HEX #70523E Old Copper

📋 copy color: '#70523E'

red 112 ◦ green 82 ◦ blue 62

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

Shades of Old Copper #70523E

Tints of Old Copper #70523E

RGB

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

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

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

R = 43.75%
G = 32.03%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70523E (or 0x70523E) is known color: Old Copper. HEX triplet: 70, 52 and 3E. RGB value is (112,82,62). Sum of RGB (Red+Green+Blue) = 112+82+62=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70523E is #8FADC1. Grayscale: #585858. Windows color (decimal): -9416130 or 4084336. OLE color: 4084336.

HSL color Cylindrical-coordinate representation of color #70523E: hue angle of 24º 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 #70523E is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 62 -
CMYK 0 0.27 0.45 0.56
HSL 24º 0.29% 0.34% -
HSV(B) 24º 0.45% 0.44% -
XYZ 10.57 9.83 5.9 -
YUV 88.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 112 82 62 0 0.27 0.45 0.56 24 0.29 0.34
Hex 70 52 3E 0 1B 2D 38 18 1D 22
Octal 160 122 76 0 33 55 70 30 35 42
Binary 1110000 1010010 111110 0 11011 101101 111000 11000 11101 100010

Color Harmonies of #70523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70523E

Black with #70523E

Text Example


Text Example

White with #70523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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