#71513C

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

Shades of Old Copper #71513C

Tints of Old Copper #71513C

Color information

#71513C (or 0x71513C) is unknown color: approx Old Copper. HEX triplet: 71, 51 and 3C. RGB value is (113,81,60). Sum of RGB (Red+Green+Blue) = 113+81+60=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71513C is #8EAEC3. Grayscale: #585858. Windows color (decimal): -9350852 or 3953009. OLE color: 3953009.

HSL color Cylindrical-coordinate representation of color #71513C: hue angle of 23.77º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71513C is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1138160-
CMYK00.280.470.56
HSL23.77º30.64%33.92%-
HSV(B)23.77º46.9%44.31%-
XYZ10.579.725.59-
YUV88.17112.1145.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.49%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=44.49%
G=31.89%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113816000.280.470.5623.7730.6433.92
Hex71513C01C2F38181f22
Octal161121740345770303742
Binary111000110100011111000111001011111110001100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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