#744A38

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

Shades of Old Copper #744A38

Tints of Old Copper #744A38

Color information

#744A38 (or 0x744A38) is unknown color: approx Old Copper. HEX triplet: 74, 4A and 38. RGB value is (116,74,56). Sum of RGB (Red+Green+Blue) = 116+74+56=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #744A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A38 is #8BB5C7. Grayscale: #545454. Windows color (decimal): -9156040 or 3689076. OLE color: 3689076.

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

Color convert

RGB1167456-
CMYK00.360.520.55
HSL18º34.88%33.73%-
HSV(B)18º51.72%45.49%-
XYZ10.378.94.91-
YUV84.51111.91150.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=47.15%
G=30.08%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116745600.360.520.551834.8833.73
Hex744A380243437122322
Octal164112700446467224342
Binary11101001001010111000010010011010011011110010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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