#744C3A

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

Shades of Old Copper #744C3A

Tints of Old Copper #744C3A

Color information

#744C3A (or 0x744C3A) is unknown color: approx Old Copper. HEX triplet: 74, 4C and 3A. RGB value is (116,76,58). Sum of RGB (Red+Green+Blue) = 116+76+58=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #744C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C3A is #8BB3C5. Grayscale: #565656. Windows color (decimal): -9155526 or 3820660. OLE color: 3820660.

HSL color Cylindrical-coordinate representation of color #744C3A: hue angle of 18.62º 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 #744C3A is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB1167658-
CMYK00.340.50.55
HSL18.62º33.33%34.12%-
HSV(B)18.62º50%45.49%-
XYZ10.559.195.22-
YUV85.91112.25149.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=46.4%
G=30.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116765800.340.50.5518.6233.3334.12
Hex744C3A0223237132122
Octal164114720426267234142
Binary11101001001100111010010001011001011011110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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