#744B37

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

Shades of Old Copper #744B37

Tints of Old Copper #744B37

Color information

#744B37 (or 0x744B37) is unknown color: approx Old Copper. HEX triplet: 74, 4B and 37. RGB value is (116,75,55). Sum of RGB (Red+Green+Blue) = 116+75+55=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #744B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744B37 is #8BB4C8. Grayscale: #555555. Windows color (decimal): -9155785 or 3623796. OLE color: 3623796.

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

Color convert

RGB1167555-
CMYK00.350.530.55
HSL19.67º35.67%33.53%-
HSV(B)19.67º52.59%45.49%-
XYZ10.419.024.81-
YUV84.98111.08150.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=47.15%
G=30.49%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116755500.350.530.5519.6735.6733.53
Hex744B370233537142422
Octal164113670436567244442
Binary11101001001011110111010001111010111011110100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,75,55); }

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

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

 a { background-color: rgb(116,75,55); }

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

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

 span { border-color: rgb(116,75,55); }

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