#714F3D

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

Shades of Old Copper #714F3D

Tints of Old Copper #714F3D

Color information

#714F3D (or 0x714F3D) is unknown color: approx Old Copper. HEX triplet: 71, 4F and 3D. RGB value is (113,79,61). Sum of RGB (Red+Green+Blue) = 113+79+61=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #714F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F3D is #8EB0C2. Grayscale: #575757. Windows color (decimal): -9351363 or 4018033. OLE color: 4018033.

HSL color Cylindrical-coordinate representation of color #714F3D: hue angle of 20.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714F3D is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1137961-
CMYK00.300.460.56
HSL20.77º29.89%34.12%-
HSV(B)20.77º46.02%44.31%-
XYZ10.459.445.69-
YUV87.11113.26146.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=44.66%
G=31.23%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113796100.300.460.5620.7729.8934.12
Hex714F3D01E2E38151e22
Octal161117750365670253642
Binary111000110011111111010111101011101110001010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714F3D; }

 p { color: rgb(113,79,61); }

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

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

 a { background-color: rgb(113,79,61); }

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

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

 span { border-color: rgb(113,79,61); }

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