#714A38

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

Shades of Old Copper #714A38

Tints of Old Copper #714A38

Color information

#714A38 (or 0x714A38) is unknown color: approx Old Copper. HEX triplet: 71, 4A and 38. RGB value is (113,74,56). Sum of RGB (Red+Green+Blue) = 113+74+56=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #714A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A38 is #8EB5C7. Grayscale: #535353. Windows color (decimal): -9352648 or 3689073. OLE color: 3689073.

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

Color convert

RGB1137456-
CMYK00.350.500.56
HSL18.95º33.73%33.14%-
HSV(B)18.95º50.44%44.31%-
XYZ9.978.694.89-
YUV83.61112.42148.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=46.50%
G=30.45%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113745600.350.500.5618.9533.7333.14
Hex714A380233238132221
Octal161112700436270234241
Binary11100011001010111000010001111001011100010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,74,56); }

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

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

 a { background-color: rgb(113,74,56); }

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

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

 span { border-color: rgb(113,74,56); }

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