#70523A

Color #70523A Old Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Copper #70523A

Tints of Old Copper #70523A

Color information

#70523A (or 0x70523A) is unknown color: approx Old Copper. HEX triplet: 70, 52 and 3A. RGB value is (112,82,58). Sum of RGB (Red+Green+Blue) = 112+82+58=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70523A is #8FADC5. Grayscale: #585858. Windows color (decimal): -9416134 or 3822192. OLE color: 3822192.

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

Color convert

RGB1128258-
CMYK00.270.480.56
HSL26.67º31.76%33.33%-
HSV(B)26.67º48.21%43.92%-
XYZ10.469.785.34-
YUV88.23110.94144.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=44.44%
G=32.54%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112825800.270.480.5626.6731.7633.33
Hex70523A01B30381b2021
Octal160122720336070334041
Binary1110000101001011101001101111000011100011011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70523A;
 }
 .AnyTagClassName
 {
   color: #70523A;
 }
</style>
background-color css

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

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

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

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

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

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