#714236

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

Shades of Metallic Copper #714236

Tints of Metallic Copper #714236

Color information

#714236 (or 0x714236) is unknown color: approx Metallic Copper. HEX triplet: 71, 42 and 36. RGB value is (113,66,54). Sum of RGB (Red+Green+Blue) = 113+66+54=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714236 is #8EBDC9. Grayscale: #4E4E4E. Windows color (decimal): -9354698 or 3555953. OLE color: 3555953.

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

Color convert

RGB1136654-
CMYK00.420.520.56
HSL12.2º35.33%32.75%-
HSV(B)12.2º52.21%44.31%-
XYZ9.427.674.47-
YUV78.68114.07152.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=48.50%
G=28.33%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113665400.420.520.5612.235.3332.75
Hex71423602A3438c2321
Octal161102660526470144341
Binary1110001100001011011001010101101001110001100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714236; }

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

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

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

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

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

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

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

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