#714336

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

Shades of Metallic Copper #714336

Tints of Metallic Copper #714336

Color information

#714336 (or 0x714336) is unknown color: approx Metallic Copper. HEX triplet: 71, 43 and 36. RGB value is (113,67,54). Sum of RGB (Red+Green+Blue) = 113+67+54=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714336 is #8EBCC9. Grayscale: #4F4F4F. Windows color (decimal): -9354442 or 3556209. OLE color: 3556209.

HSL color Cylindrical-coordinate representation of color #714336: hue angle of 13.22º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #714336 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1136754-
CMYK00.410.520.56
HSL13.22º35.33%32.75%-
HSV(B)13.22º52.21%44.31%-
XYZ9.487.794.49-
YUV79.27113.74152.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=48.29%
G=28.63%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113675400.410.520.5613.2235.3332.75
Hex7143360293438d2321
Octal161103660516470154341
Binary1110001100001111011001010011101001110001101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714336; }

 p { color: rgb(113,67,54); }

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

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

 a { background-color: rgb(113,67,54); }

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

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

 span { border-color: rgb(113,67,54); }

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