Html Css Color HEX #70523C Old Copper

📋 copy color: '#70523C'

red 112 ◦ green 82 ◦ blue 60

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

Shades of Old Copper #70523C

Tints of Old Copper #70523C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 44.09%
G = 32.28%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70523C (or 0x70523C) is known color: Old Copper. HEX triplet: 70, 52 and 3C. RGB value is (112,82,60). Sum of RGB (Red+Green+Blue) = 112+82+60=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70523C is #8FADC3. Grayscale: #585858. Windows color (decimal): -9416132 or 3953264. OLE color: 3953264.

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

Color convert

RGB 112 82 60 -
CMYK 0 0.27 0.46 0.56
HSL 25.38º 0.3% 0.34% -
HSV(B) 25.38º 0.46% 0.44% -
XYZ 10.52 9.81 5.61 -
YUV 88.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 112 82 60 0 0.27 0.46 0.56 25.38 0.3 0.34
Hex 70 52 3C 0 1B 2E 38 19 1E 22
Octal 160 122 74 0 33 56 70 31 36 42
Binary 1110000 1010010 111100 0 11011 101110 111000 11001 11110 100010

Color Harmonies of #70523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70523C

Black with #70523C

Text Example


Text Example

White with #70523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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