#713B34

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

Shades of Metallic Copper #713B34

Tints of Metallic Copper #713B34

Color information

#713B34 (or 0x713B34) is unknown color: approx Metallic Copper. HEX triplet: 71, 3B and 34. RGB value is (113,59,52). Sum of RGB (Red+Green+Blue) = 113+59+52=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #713B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B34 is #8EC4CB. Grayscale: #4A4A4A. Windows color (decimal): -9356492 or 3423089. OLE color: 3423089.

HSL color Cylindrical-coordinate representation of color #713B34: hue angle of 6.89º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #713B34 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1135952-
CMYK00.480.540.56
HSL6.89º36.97%32.35%-
HSV(B)6.89º53.98%44.31%-
XYZ8.996.894.1-
YUV74.35115.39155.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=50.45%
G=26.34%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113595200.480.540.566.8936.9732.35
Hex713B34030363872520
Octal1617364060667074540
Binary11100011110111101000110000110110111000111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713B34; }

 p { color: rgb(113,59,52); }

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

<style>
 a { background-color: #713B34; }

 a { background-color: rgb(113,59,52); }

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

<style>
 span { border-color: #713B34; }

 span { border-color: rgb(113,59,52); }

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