#71413A

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

Shades of Metallic Copper #71413A

Tints of Metallic Copper #71413A

Color information

#71413A (or 0x71413A) is unknown color: approx Metallic Copper. HEX triplet: 71, 41 and 3A. RGB value is (113,65,58). Sum of RGB (Red+Green+Blue) = 113+65+58=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #71413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71413A is #8EBEC5. Grayscale: #4E4E4E. Windows color (decimal): -9354950 or 3817841. OLE color: 3817841.

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

Color convert

RGB1136558-
CMYK00.420.490.56
HSL7.64º32.16%33.53%-
HSV(B)7.64º48.67%44.31%-
XYZ9.467.64.97-
YUV78.55116.4152.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=47.88%
G=27.54%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113655800.420.490.567.6432.1633.53
Hex71413A02A313882022
Octal161101720526170104042
Binary1110001100000111101001010101100011110001000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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