#744D35

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

Shades of Old Copper #744D35

Tints of Old Copper #744D35

Color information

#744D35 (or 0x744D35) is unknown color: approx Old Copper. HEX triplet: 74, 4D and 35. RGB value is (116,77,53). Sum of RGB (Red+Green+Blue) = 116+77+53=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #744D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D35 is #8BB2CA. Grayscale: #565656. Windows color (decimal): -9155275 or 3493236. OLE color: 3493236.

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

Color convert

RGB1167753-
CMYK00.340.540.55
HSL22.86º37.28%33.14%-
HSV(B)22.86º54.31%45.49%-
XYZ10.59.284.61-
YUV85.92109.42149.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=47.15%
G=31.30%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116775300.340.540.5522.8637.2833.14
Hex744D350223637172521
Octal164115650426667274541
Binary11101001001101110101010001011011011011110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,77,53); }

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

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

 a { background-color: rgb(116,77,53); }

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

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

 span { border-color: rgb(116,77,53); }

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