#744E3A

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

Shades of Old Copper #744E3A

Tints of Old Copper #744E3A

Color information

#744E3A (or 0x744E3A) is unknown color: approx Old Copper. HEX triplet: 74, 4E and 3A. RGB value is (116,78,58). Sum of RGB (Red+Green+Blue) = 116+78+58=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #744E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E3A is #8BB1C5. Grayscale: #575757. Windows color (decimal): -9155014 or 3821172. OLE color: 3821172.

HSL color Cylindrical-coordinate representation of color #744E3A: hue angle of 20.69º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744E3A is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB1167858-
CMYK00.330.50.55
HSL20.69º33.33%34.12%-
HSV(B)20.69º50%45.49%-
XYZ10.699.475.27-
YUV87.08111.59148.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=46.03%
G=30.95%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116785800.330.50.5520.6933.3334.12
Hex744E3A0213237152122
Octal164116720416267254142
Binary11101001001110111010010000111001011011110101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744E3A; }

 p { color: rgb(116,78,58); }

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

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

 a { background-color: rgb(116,78,58); }

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

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

 span { border-color: rgb(116,78,58); }

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