#71493A

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

Shades of Old Copper #71493A

Tints of Old Copper #71493A

Color information

#71493A (or 0x71493A) is unknown color: approx Old Copper. HEX triplet: 71, 49 and 3A. RGB value is (113,73,58). Sum of RGB (Red+Green+Blue) = 113+73+58=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71493A is #8EB6C5. Grayscale: #535353. Windows color (decimal): -9352902 or 3819889. OLE color: 3819889.

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

Color convert

RGB1137358-
CMYK00.350.490.56
HSL16.36º32.16%33.53%-
HSV(B)16.36º48.67%44.31%-
XYZ9.968.585.13-
YUV83.25113.75149.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=46.31%
G=29.92%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113735800.350.490.5616.3632.1633.53
Hex71493A0233138102022
Octal161111720436170204042
Binary11100011001001111010010001111000111100010000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,73,58); }

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

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

 a { background-color: rgb(113,73,58); }

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

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

 span { border-color: rgb(113,73,58); }

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