#71513A

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

Shades of Old Copper #71513A

Tints of Old Copper #71513A

Color information

#71513A (or 0x71513A) is unknown color: approx Old Copper. HEX triplet: 71, 51 and 3A. RGB value is (113,81,58). Sum of RGB (Red+Green+Blue) = 113+81+58=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71513A is #8EAEC5. Grayscale: #585858. Windows color (decimal): -9350854 or 3821937. OLE color: 3821937.

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

Color convert

RGB1138158-
CMYK00.280.490.56
HSL25.09º32.16%33.53%-
HSV(B)25.09º48.67%44.31%-
XYZ10.529.75.32-
YUV87.95111.1145.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=44.84%
G=32.14%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113815800.280.490.5625.0932.1633.53
Hex71513A01C3138192022
Octal161121720346170314042
Binary1110001101000111101001110011000111100011001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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