#744F41

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

Shades of Old Copper #744F41

Tints of Old Copper #744F41

Color information

#744F41 (or 0x744F41) is unknown color: approx Old Copper. HEX triplet: 74, 4F and 41. RGB value is (116,79,65). Sum of RGB (Red+Green+Blue) = 116+79+65=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #744F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F41 is #8BB0BE. Grayscale: #585858. Windows color (decimal): -9154751 or 4280180. OLE color: 4280180.

HSL color Cylindrical-coordinate representation of color #744F41: hue angle of 16.47º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744F41 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1167965-
CMYK00.320.440.55
HSL16.47º28.18%35.49%-
HSV(B)16.47º43.97%45.49%-
XYZ10.959.696.29-
YUV88.47114.76147.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 65 (25.78% from 255) = 25%
R=44.62%
G=30.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116796500.320.440.5516.4728.1835.49
Hex744F410202C37101c23
Octal1641171010405467203443
Binary11101001001111100000101000001011001101111000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,79,65); }

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

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

 a { background-color: rgb(116,79,65); }

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

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

 span { border-color: rgb(116,79,65); }

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