#745133

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

Shades of Old Copper #745133

Tints of Old Copper #745133

Color information

#745133 (or 0x745133) is unknown color: approx Old Copper. HEX triplet: 74, 51 and 33. RGB value is (116,81,51). Sum of RGB (Red+Green+Blue) = 116+81+51=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #745133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745133 is #8BAECC. Grayscale: #585858. Windows color (decimal): -9154253 or 3363188. OLE color: 3363188.

HSL color Cylindrical-coordinate representation of color #745133: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745133 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1168151-
CMYK00.300.560.55
HSL27.69º38.92%32.75%-
HSV(B)27.69º56.03%45.49%-
XYZ10.749.844.46-
YUV88.04107.1147.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 51 (20.31% from 255) = 20.56%
R=46.77%
G=32.66%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116815100.300.560.5527.6938.9232.75
Hex74513301E38371c2721
Octal164121630367067344741
Binary1110100101000111001101111011100011011111100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745133; }

 p { color: rgb(116,81,51); }

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

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

 a { background-color: rgb(116,81,51); }

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

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

 span { border-color: rgb(116,81,51); }

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