#71513D

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

Shades of Old Copper #71513D

Tints of Old Copper #71513D

Color information

#71513D (or 0x71513D) is unknown color: approx Old Copper. HEX triplet: 71, 51 and 3D. RGB value is (113,81,61). Sum of RGB (Red+Green+Blue) = 113+81+61=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71513D is #8EAEC2. Grayscale: #585858. Windows color (decimal): -9350851 or 4018545. OLE color: 4018545.

HSL color Cylindrical-coordinate representation of color #71513D: hue angle of 23.08º 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 #71513D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1138161-
CMYK00.280.460.56
HSL23.08º29.89%34.12%-
HSV(B)23.08º46.02%44.31%-
XYZ10.599.735.74-
YUV88.29112.6145.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=44.31%
G=31.76%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113816100.280.460.5623.0829.8934.12
Hex71513D01C2E38171e22
Octal161121750345670273642
Binary111000110100011111010111001011101110001011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71513D; }

 p { color: rgb(113,81,61); }

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

<style>
 a { background-color: #71513D; }

 a { background-color: rgb(113,81,61); }

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

<style>
 span { border-color: #71513D; }

 span { border-color: rgb(113,81,61); }

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